Symbol: wait_bit_queue_entry
fs/fs-writeback.c
1620
struct wait_bit_queue_entry wqe;
fs/fs-writeback.c
1649
struct wait_bit_queue_entry wqe;
fs/inode.c
2598
struct wait_bit_queue_entry wqe;
fs/inode.c
514
struct wait_queue_head *inode_bit_waitqueue(struct wait_bit_queue_entry *wqe,
fs/inode.c
527
struct wait_bit_queue_entry wqe;
fs/inode.c
606
struct wait_bit_queue_entry wqe;
include/linux/fs.h
962
struct wait_queue_head *inode_bit_waitqueue(struct wait_bit_queue_entry *wqe,
include/linux/wait_bit.h
249
extern void init_wait_var_entry(struct wait_bit_queue_entry *wbq_entry, void *var, int flags);
include/linux/wait_bit.h
257
struct wait_bit_queue_entry __wbq_entry; \
include/linux/wait_bit.h
27
int __wait_on_bit(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit_action_f *action, unsigned int mode);
include/linux/wait_bit.h
28
int __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit_action_f *action, unsigned int mode);
include/linux/wait_bit.h
39
struct wait_bit_queue_entry name = { \
kernel/sched/wait_bit.c
175
struct wait_bit_queue_entry *wbq_entry =
kernel/sched/wait_bit.c
176
container_of(wq_entry, struct wait_bit_queue_entry, wq_entry);
kernel/sched/wait_bit.c
185
void init_wait_var_entry(struct wait_bit_queue_entry *wbq_entry, void *var, int flags)
kernel/sched/wait_bit.c
187
*wbq_entry = (struct wait_bit_queue_entry){
kernel/sched/wait_bit.c
27
struct wait_bit_queue_entry *wait_bit = container_of(wq_entry, struct wait_bit_queue_entry, wq_entry);
kernel/sched/wait_bit.c
44
__wait_on_bit(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry,
kernel/sched/wait_bit.c
85
__wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry,