Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDlock.h215 void witness_unlock(struct lock_object *, int, const char *, int);
260 witness_unlock((lock), (flags), (file), (line))
/trueos/sys/kern/
HDsubr_witness.c1550 witness_unlock(struct lock_object *lock, int flags, const char *file, int line) in witness_unlock() function