Searched refs:wait_bit_queue_entry (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/sched/ |
| A D | wait_bit.c | 24 …struct wait_bit_queue_entry *wait_bit = container_of(wq_entry, struct wait_bit_queue_entry, wq_ent… in wake_bit_function() 41 __wait_on_bit(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, in __wait_on_bit() 82 __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, in __wait_on_bit_lock() 164 struct wait_bit_queue_entry *wbq_entry = in var_wake_function() 165 container_of(wq_entry, struct wait_bit_queue_entry, wq_entry); in var_wake_function() 174 void init_wait_var_entry(struct wait_bit_queue_entry *wbq_entry, void *var, int flags) in init_wait_var_entry() 176 *wbq_entry = (struct wait_bit_queue_entry){ in init_wait_var_entry()
|
| /linux/include/linux/ |
| A D | wait_bit.h | 16 struct wait_bit_queue_entry { struct 27 int __wait_on_bit(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit… argument 28 int __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wai… 39 struct wait_bit_queue_entry name = { \ 238 extern void init_wait_var_entry(struct wait_bit_queue_entry *wbq_entry, void *var, int flags); 246 struct wait_bit_queue_entry __wbq_entry; \
|
| A D | fs.h | 755 struct wait_queue_head *inode_bit_waitqueue(struct wait_bit_queue_entry *wqe,
|
| /linux/fs/ |
| A D | inode.c | 469 struct wait_queue_head *inode_bit_waitqueue(struct wait_bit_queue_entry *wqe, in inode_bit_waitqueue() 515 struct wait_bit_queue_entry wqe; in inode_wait_for_lru_isolating() 2376 struct wait_bit_queue_entry wqe; in __wait_on_freeing_inode()
|
| A D | fs-writeback.c | 1516 struct wait_bit_queue_entry wqe; in inode_wait_for_writeback() 1545 struct wait_bit_queue_entry wqe; in inode_sleep_on_writeback()
|
| /linux/fs/bcachefs/ |
| A D | fs.c | 281 struct wait_bit_queue_entry wait; in __wait_on_freeing_inode() 1885 struct wait_bit_queue_entry wqe; in bch2_evict_subvolume_inodes()
|
| /linux/drivers/block/ |
| A D | pktcdvd.c | 2384 struct wait_bit_queue_entry wqe; in pkt_make_request_write()
|
Completed in 38 milliseconds