Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dsix.c33 #define SIX_LOCK_WAITING_read (1U << (28 + SIX_LOCK_read)) macro
187 if (old & SIX_LOCK_WAITING_read) in __do_six_trylock()
254 six_clear_bitmask(lock, SIX_LOCK_WAITING_read << lock_type); in __six_lock_wakeup()
271 if (!(state & (SIX_LOCK_WAITING_read << lock_type))) in six_lock_wakeup()
431 six_set_bitmask(lock, SIX_LOCK_WAITING_read << type); in six_lock_slowpath()