taglinefilesource code
wait_queue34fs/buffer.cstatic struct wait_queue * buffer_wait = NULL;
wait_queue889fs/ext/namei.cstatic struct wait_queue * wait = NULL;
wait_queue755fs/minix/namei.cstatic struct wait_queue * wait = NULL;
wait_queue42fs/msdos/misc.cstatic struct wait_queue *creation_wait = NULL;
wait_queue62fs/msdos/misc.cstatic struct wait_queue *wait = NULL;
wait_queue105include/linux/fs.hstruct wait_queue * b_wait;
wait_queue129include/linux/fs.hstruct wait_queue * i_wait;
wait_queue130include/linux/fs.hstruct wait_queue * i_wait2;  /* for pipes */
wait_queue168include/linux/fs.hstruct wait_queue * s_wait;
wait_queue135include/linux/sched.hstruct wait_queue wait;
wait_queue229include/linux/sched.hextern void sleep_on(struct wait_queue ** p);
wait_queue230include/linux/sched.hextern void interruptible_sleep_on(struct wait_queue ** p);
wait_queue231include/linux/sched.hextern void wake_up(struct wait_queue ** p);
wait_queue309include/linux/sched.hextern inline void add_wait_queue(struct wait_queue ** p, struct wait_queue * wait)
wait_queue312include/linux/sched.hstruct wait_queue * tmp;
wait_queue324include/linux/sched.hextern inline void remove_wait_queue(struct wait_queue ** p, struct wait_queue * wait)
wait_queue327include/linux/sched.hstruct wait_queue * tmp;
wait_queue342include/linux/sched.hextern inline void select_wait(struct wait_queue ** wait_address, select_table * p)
wait_queue67include/linux/tty.hstruct wait_queue * proc_list;
wait_queue11include/linux/wait.hstruct wait_queue * next;
wait_queue17include/linux/wait.hstruct wait_queue wait;
wait_queue18include/linux/wait.hstruct wait_queue ** wait_address;
wait_queue31kernel/blk_drv/blk.hstruct wait_queue * waiting;
wait_queue68kernel/blk_drv/blk.hextern struct wait_queue * wait_for_request;
wait_queue203kernel/blk_drv/floppy.cstatic struct wait_queue *fdc_wait = NULL, *format_done = NULL;
wait_queue272kernel/blk_drv/floppy.cstruct wait_queue * wait_on_floppy_select = NULL;
wait_queue30kernel/blk_drv/ll_rw_blk.cstruct wait_queue * wait_for_request = NULL;
wait_queue24kernel/printk.cstatic struct wait_queue * log_wait = NULL;
wait_queue196kernel/sched.cvoid wake_up(struct wait_queue **q)
wait_queue198kernel/sched.cstruct wait_queue *tmp, *next;
wait_queue222kernel/sched.cstatic inline void __sleep_on(struct wait_queue **p, int state)
wait_queue241kernel/sched.cvoid interruptible_sleep_on(struct wait_queue **p)
wait_queue246kernel/sched.cvoid sleep_on(struct wait_queue **p)
wait_queue256kernel/sched.cstatic struct wait_queue * wait_motor[4] = {NULL,NULL,NULL,NULL};
wait_queue52mm/swap.cstatic struct wait_queue * lock_queue = NULL;
wait_queue36net/kern_sock.hstruct wait_queue **wait;  /* ptr to place to wait on */
wait_queue68net/socket.cstatic struct wait_queue *socket_wait_free = NULL;