Searched defs:wq_head (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | wait.h | 66 #define init_waitqueue_head(wq_head) \ argument 324 #define __wait_event(wq_head, condition) \ argument 340 #define wait_event(wq_head, condition) \ argument 348 #define __io_wait_event(wq_head, condition) \ argument 355 #define io_wait_event(wq_head, condition) \ argument 363 #define __wait_event_freezable(wq_head, condition) \ argument 379 #define wait_event_freezable(wq_head, condition) \ argument 496 #define wait_event_interruptible(wq_head, condition) \ argument 670 #define wait_event_idle(wq_head, condition) \ argument 926 #define wait_event_killable(wq_head, condition) \ argument [all …]
|
/linux-6.3-rc2/kernel/sched/ |
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() 167 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked() 179 void __wake_up_locked_key_bookmark(struct wait_queue_head *wq_head, in __wake_up_locked_key_bookmark() 202 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_sync_key() 228 void __wake_up_locked_sync_key(struct wait_queue_head *wq_head, in __wake_up_locked_sync_key() 238 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode) in __wake_up_sync() 244 void __wake_up_pollfree(struct wait_queue_head *wq_head) in __wake_up_pollfree() [all …]
|
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()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | reporter_rx.c | 249 u16 wq_head; in mlx5e_rx_reporter_build_diagnose_output_rq_common() local
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_context_types.h | 288 u32 *wq_head; member
|
Completed in 16 milliseconds