Searched refs:turnstile_cancel (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dturnstile.h43 * of blocking, it should call turnstile_cancel() to unlock the associated
92 void turnstile_cancel(struct turnstile *);
/freebsd-10-stable/sys/kern/
H A Dkern_rwlock.c518 turnstile_cancel(ts);
533 turnstile_cancel(ts);
553 turnstile_cancel(ts);
887 turnstile_cancel(ts);
906 turnstile_cancel(ts);
909 turnstile_cancel(ts);
920 turnstile_cancel(ts);
1083 turnstile_cancel(ts);
1098 turnstile_cancel(ts);
1101 turnstile_cancel(t
[all...]
H A Dkern_mutex.c535 turnstile_cancel(ts);
549 turnstile_cancel(ts);
561 turnstile_cancel(ts);
H A Dsubr_turnstile.c569 turnstile_cancel(struct turnstile *ts) function

Completed in 83 milliseconds