Searched defs:wq_head (Results 1 – 4 of 4) sorted by relevance
/linux/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 669 #define wait_event_idle(wq_head, condition) \ argument 693 #define wait_event_idle_exclusive(wq_head, condition) \ argument [all …]
|
/linux/kernel/sched/ |
A D | wait.c | 18 void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue() 81 static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common() 125 static void __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common_lock() 154 void __wake_up(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up() 164 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked() 176 void __wake_up_locked_key_bookmark(struct wait_queue_head *wq_head, in __wake_up_locked_key_bookmark() 199 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_sync_key() 225 void __wake_up_locked_sync_key(struct wait_queue_head *wq_head, in __wake_up_locked_sync_key() 235 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode) in __wake_up_sync() 241 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/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | reporter_rx.c | 267 u16 wq_head; in mlx5e_rx_reporter_build_diagnose_output_rq_common() local
|
Completed in 24 milliseconds