Home
last modified time | relevance | path

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

/f-stack/lib/include/sys/
H A Dturnstile.h33 #define turnstile_lock(a, b, c) (false) macro
/f-stack/freebsd/sys/
H A Dturnstile.h102 bool turnstile_lock(struct turnstile *, struct lock_object **,
/f-stack/freebsd/kern/
H A Dsubr_epoch.c643 if (turnstile_lock(ts, &lock, &owner)) { in epoch_block_handler_preempt()
H A Dsubr_turnstile.c593 turnstile_lock(struct turnstile *ts, struct lock_object **lockp, in turnstile_lock() function