Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HDlock.h230 void witness_upgrade(struct lock_object *, int, const char *, int);
274 witness_upgrade((lock), (flags), (file), (line))
/freebsd-13-stable/sys/kern/
HDsubr_witness.c1564 witness_upgrade(struct lock_object *lock, int flags, const char *file, int line) in witness_upgrade() function