Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dturnstile.h100 bool turnstile_lock(struct turnstile *, struct lock_object **,
/freebsd/sys/kern/
H A Dsubr_epoch.c666 if (turnstile_lock(ts, &lock, &owner)) { in epoch_block_handler_preempt()
H A Dsubr_turnstile.c592 turnstile_lock(struct turnstile *ts, struct lock_object **lockp, in turnstile_lock() function