Searched refs:turnstile_unlock (Results 1 – 4 of 4) sorted by relevance
34 #define turnstile_unlock(a, b) do {} while(0) macro
104 void turnstile_unlock(struct turnstile *, struct lock_object *);
654 turnstile_unlock(ts, lock); in epoch_block_handler_preempt()
615 turnstile_unlock(struct turnstile *ts, struct lock_object *lock) in turnstile_unlock() function