Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dturnstile.h92 void turnstile_claim(struct turnstile *);
/freebsd-12-stable/sys/kern/
Dkern_rwlock.c1096 turnstile_claim(ts); in __rw_wlock_hard()
1324 turnstile_claim(ts); in __rw_try_upgrade_int()
Dsubr_turnstile.c680 turnstile_claim(struct turnstile *ts) in turnstile_claim() function