Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_witness.c319 static struct witness *enroll(const char *description,
848 w = enroll(order->w_name, order->w_class); in witness_startup()
853 w1 = enroll(order->w_name, order->w_class); in witness_startup()
869 lock->lo_witness = enroll(pending_locks[i].wh_type, in witness_startup()
917 lock->lo_witness = enroll(type, class); in witness_init()
1894 enroll(const char *description, struct lock_class *lock_class) in enroll() function