Searched refs:turnstile_lookup (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dturnstile.h46 * When a lock is released, the thread calls turnstile_lookup() to look
100 struct turnstile *turnstile_lookup(struct lock_object *);
/freebsd-10-stable/sys/kern/
H A Dkern_rwlock.c743 ts = turnstile_lookup(&rw->lock_object);
999 ts = turnstile_lookup(&rw->lock_object);
1162 ts = turnstile_lookup(&rw->lock_object);
H A Dkern_rmlock.c500 ts = turnstile_lookup(&rm->lock_object);
H A Dsubr_turnstile.c590 turnstile_lookup(struct lock_object *lock) function
H A Dkern_mutex.c862 ts = turnstile_lookup(&m->lock_object);

Completed in 119 milliseconds