Searched refs:turnstile_lock (Results 1 – 4 of 4) sorted by relevance
33 #define turnstile_lock(a, b, c) (false) macro
102 bool turnstile_lock(struct turnstile *, struct lock_object **,
643 if (turnstile_lock(ts, &lock, &owner)) { in epoch_block_handler_preempt()
593 turnstile_lock(struct turnstile *ts, struct lock_object **lockp, in turnstile_lock() function