Home
last modified time | relevance | path

Searched defs:turnstile_unlock (Results 1 – 2 of 2) sorted by relevance

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