Searched defs:wq_head (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_drain.c60 static inline bool has_waiters(struct wait_queue_head *wq_head) argument
/linux-master/kernel/sched/
H A Dwait_bit.c41 __wait_on_bit(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, argument
61 struct wait_queue_head *wq_head = bit_waitqueue(word, bit); local
72 struct wait_queue_head *wq_head = bit_waitqueue(word, bit); local
82 __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, argument
114 struct wait_queue_head *wq_head = bit_waitqueue(word, bit); local
121 __wake_up_bit(struct wait_queue_head *wq_head, void *word, int bit) argument
[all...]
H A Dwait.c8 void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key *key) argument
17 void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) argument
28 void add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) argument
39 add_wait_queue_priority(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) argument
50 remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) argument
73 __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, int nr_exclusive, int wake_flags, void *key) argument
99 __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, int nr_exclusive, int wake_flags, void *key) argument
124 __wake_up(struct wait_queue_head *wq_head, unsigned int mode, int nr_exclusive, void *key) argument
131 __wake_up_on_current_cpu(struct wait_queue_head *wq_head, unsigned int mode, void *key) argument
139 __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) argument
145 __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) argument
167 __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) argument
193 __wake_up_locked_sync_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) argument
203 __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode) argument
209 __wake_up_pollfree(struct wait_queue_head *wq_head) argument
229 prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) argument
244 prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) argument
270 prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) argument
356 finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_rx.c243 u16 wq_head; local
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_context_types.h292 u32 *wq_head; member in struct:intel_context::__anon643::__anon645
/linux-master/include/linux/
H A Dwait.h125 static inline int waitqueue_active(struct wait_queue_head *wq_head) argument
138 wq_has_single_sleeper(struct wait_queue_head *wq_head) argument
151 wq_has_sleeper(struct wait_queue_head *wq_head) argument
169 __add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) argument
186 __add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) argument
192 __add_wait_queue_entry_tail(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) argument
198 __add_wait_queue_entry_tail_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) argument
205 __remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) argument
260 wake_up_pollfree(struct wait_queue_head *wq_head) argument
[all...]

Completed in 168 milliseconds