Searched defs:wq_head (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | wait.h | 66 #define init_waitqueue_head(wq_head) \ argument 327 #define __wait_event(wq_head, condition) \ argument 343 #define wait_event(wq_head, condition) \ argument 351 #define __io_wait_event(wq_head, condition) \ argument 358 #define io_wait_event(wq_head, condition) \ argument 366 #define __wait_event_freezable(wq_head, condition) \ argument 382 #define wait_event_freezable(wq_head, condition) \ argument 499 #define wait_event_interruptible(wq_head, condition) \ argument 673 #define wait_event_idle(wq_head, condition) \ argument 929 #define wait_event_killable(wq_head, condition) \ argument [all …]
|
/openbmc/linux/kernel/sched/ |
H A D | wait.c | 17 void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue() 80 static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common() 124 static int __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common_lock() 157 int __wake_up(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up() 172 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked() 184 void __wake_up_locked_key_bookmark(struct wait_queue_head *wq_head, in __wake_up_locked_key_bookmark() 207 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_sync_key() 233 void __wake_up_locked_sync_key(struct wait_queue_head *wq_head, in __wake_up_locked_sync_key() 243 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode) in __wake_up_sync() 249 void __wake_up_pollfree(struct wait_queue_head *wq_head) in __wake_up_pollfree() [all …]
|
H A D | wait_bit.c | 41 __wait_on_bit(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, in __wait_on_bit() 61 struct wait_queue_head *wq_head = bit_waitqueue(word, bit); in out_of_line_wait_on_bit() local 72 struct wait_queue_head *wq_head = bit_waitqueue(word, bit); in out_of_line_wait_on_bit_timeout() local 82 __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, in __wait_on_bit_lock() 114 struct wait_queue_head *wq_head = bit_waitqueue(word, bit); in out_of_line_wait_on_bit_lock() local 121 void __wake_up_bit(struct wait_queue_head *wq_head, void *word, int bit) in __wake_up_bit()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_drain.c | 60 static inline bool has_waiters(struct wait_queue_head *wq_head) in has_waiters()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | reporter_rx.c | 283 u16 wq_head; in mlx5e_rx_reporter_build_diagnose_output_rq_common() local
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_context_types.h | 290 u32 *wq_head; member
|