Home
last modified time | relevance | path

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

/f-stack/lib/include/sys/
H A Dturnstile.h34 #define turnstile_unlock(a, b) do {} while(0) macro
/f-stack/freebsd/sys/
H A Dturnstile.h104 void turnstile_unlock(struct turnstile *, struct lock_object *);
/f-stack/freebsd/kern/
H A Dsubr_epoch.c654 turnstile_unlock(ts, lock); in epoch_block_handler_preempt()
H A Dsubr_turnstile.c615 turnstile_unlock(struct turnstile *ts, struct lock_object *lock) in turnstile_unlock() function