Searched refs:six_lock_wakeup (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | six.c | 265 static void six_lock_wakeup(struct six_lock *lock, u32 state, in six_lock_wakeup() function 506 six_lock_wakeup(lock, atomic_read(&lock->state), SIX_LOCK_read); in six_lock_slowpath() 591 six_lock_wakeup(lock, state, l[type].unlock_wakeup); in do_six_unlock_type() 764 six_lock_wakeup(lock, state, SIX_LOCK_read); in six_lock_wakeup_all() 765 six_lock_wakeup(lock, state, SIX_LOCK_intent); in six_lock_wakeup_all() 766 six_lock_wakeup(lock, state, SIX_LOCK_write); in six_lock_wakeup_all()
|