Searched defs:six_lock_waiter (Results 1 – 1 of 1) sorted by relevance
150 struct six_lock_waiter { struct151 struct list_head list;152 struct task_struct *task;153 enum six_lock_type lock_want;154 bool lock_acquired;155 u64 start_time;231 static inline int six_lock_waiter(struct six_lock *lock, enum six_lock_type type, in six_lock_waiter() function