Searched defs:wq_head (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/include/linux/ |
D | wait.h | 64 #define init_waitqueue_head(wq_head) \ argument 125 static inline int waitqueue_active(struct wait_queue_head *wq_head) in waitqueue_active() 138 static inline bool wq_has_single_sleeper(struct wait_queue_head *wq_head) in wq_has_single_sleeper() 151 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper() 169 static inline void __add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_en… in __add_wait_queue() 186 __add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __add_wait_queue_exclusive() 192 static inline void __add_wait_queue_entry_tail(struct wait_queue_head *wq_head, struct wait_queue_e… in __add_wait_queue_entry_tail() 198 __add_wait_queue_entry_tail_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_… in __add_wait_queue_entry_tail_exclusive() 205 __remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __remove_wait_queue() 260 static inline void wake_up_pollfree(struct wait_queue_head *wq_head) in wake_up_pollfree() [all …]
|
/linux-6.12.1/kernel/sched/ |
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 …]
|
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.12.1/fs/xfs/ |
D | xfs_drain.c | 60 static inline bool has_waiters(struct wait_queue_head *wq_head) in has_waiters()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | reporter_rx.c | 243 u16 wq_head; in mlx5e_rx_reporter_build_diagnose_output_rq_common() local
|
/linux-6.12.1/fs/ |
D | fs-writeback.c | 1517 struct wait_queue_head *wq_head; in inode_wait_for_writeback() local 1546 struct wait_queue_head *wq_head; in inode_sleep_on_writeback() local
|
D | inode.c | 516 struct wait_queue_head *wq_head; in inode_wait_for_lru_isolating() local 2377 struct wait_queue_head *wq_head; in __wait_on_freeing_inode() local
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_context_types.h | 296 u32 *wq_head; member
|
/linux-6.12.1/fs/bcachefs/ |
D | fs.c | 1886 struct wait_queue_head *wq_head; in bch2_evict_subvolume_inodes() local
|