Searched defs:six_lock_waiter (Results 1 – 1 of 1) sorted by relevance
149 struct six_lock_waiter { struct150 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