Home
last modified time | relevance | path

Searched refs:witness_restore (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/sys/
HDlock.h219 void witness_restore(struct lock_object *, const char *, int);
278 witness_restore((lock), __CONCAT(n, __wf), __CONCAT(n, __wl))
/NextBSD/sys/kern/
HDsubr_witness.c2343 witness_restore(struct lock_object *lock, const char *file, int line) in witness_restore() function