Searched defs:wq_head (Results 1 – 6 of 6) sorted by relevance
/linux/kernel/sched/ |
H A D | wait.c | 8 void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key… in __init_waitqueue_head() 17 void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue() 28 void add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue_exclusive() 39 void add_wait_queue_priority(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue_priority() 50 void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in remove_wait_queue() 73 static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common() 99 static int __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common_lock() 124 int __wake_up(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up() 131 void __wake_up_on_current_cpu(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_on_current_cpu() 139 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked() [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | reporter_rx.c | 243 u16 wq_head; in mlx5e_rx_reporter_build_diagnose_output_rq_common() local
|
/linux/fs/ |
H A D | fs-writeback.c | 1539 struct wait_queue_head *wq_head; in inode_wait_for_writeback() local 1568 struct wait_queue_head *wq_head; in inode_sleep_on_writeback() local
|
H A D | inode.c | 587 struct wait_queue_head *wq_head; in inode_wait_for_lru_isolating() local 2485 struct wait_queue_head *wq_head; in __wait_on_freeing_inode() local
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_context_types.h | 296 u32 *wq_head; member
|
/linux/fs/bcachefs/ |
H A D | fs.c | 1886 struct wait_queue_head *wq_head; in bch2_evict_subvolume_inodes() local
|