Home
last modified time | relevance | path

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

/f-stack/lib/include/sys/
H A Dturnstile.h33 #define turnstile_lock(a, b, c) (false) macro
/f-stack/freebsd/kern/
H A Dsubr_turnstile.c593 turnstile_lock(struct turnstile *ts, struct lock_object **lockp, in turnstile_lock() function