Home
last modified time | relevance | path

Searched defs:six_lock_waiter (Results 1 – 1 of 1) sorted by relevance

/linux/fs/bcachefs/
H A Dsix.h149 struct six_lock_waiter { struct
150 struct list_head list;
151 struct task_struct *task;
152 enum six_lock_type lock_want;
153 bool lock_acquired;
154 u64 start_time;
229 static inline int six_lock_waiter(struct six_lock *lock, enum six_lock_type type, in six_lock_waiter() function