taglinefilesource code
wait_queue43fs/buffer.cstatic struct wait_queue * buffer_wait = NULL;
wait_queue60fs/buffer.cstruct wait_queue wait = { current, NULL };
wait_queue484fs/buffer.cstruct wait_queue * wait;
wait_queue883fs/ext/namei.cstatic struct wait_queue * wait = NULL;
wait_queue17fs/inode.cstatic struct wait_queue * inode_wait = NULL;
wait_queue64fs/inode.cstruct wait_queue * wait;
wait_queue343fs/inode.cstruct wait_queue wait = { current, NULL };
wait_queue759fs/minix/namei.cstatic struct wait_queue * wait = NULL;
wait_queue47fs/msdos/misc.cstatic struct wait_queue *creation_wait = NULL;
wait_queue81fs/msdos/misc.cstatic struct wait_queue *wait = NULL;
wait_queue452fs/open.cstatic void kill_wait(struct wait_queue **q, int sig)
wait_queue454fs/open.cstruct wait_queue *next;
wait_queue455fs/open.cstruct wait_queue *tmp;
wait_queue50fs/super.cstruct wait_queue wait = { current, NULL };
wait_queue93include/linux/busmouse.hstruct wait_queue *wait;
wait_queue127include/linux/fs.hstruct wait_queue * b_wait;
wait_queue159include/linux/fs.hstruct wait_queue * i_wait;
wait_queue197include/linux/fs.hstruct wait_queue *fl_wait;
wait_queue222include/linux/fs.hstruct wait_queue * s_wait;
wait_queue16include/linux/msdos_fs_sb.hstruct wait_queue *fat_wait;
wait_queue9include/linux/nfs_fs_sb.hstruct wait_queue *wait;
wait_queue5include/linux/pipe_fs_i.hstruct wait_queue * read_wait;
wait_queue6include/linux/pipe_fs_i.hstruct wait_queue * write_wait;
wait_queue275include/linux/sched.hextern void sleep_on(struct wait_queue ** p);
wait_queue276include/linux/sched.hextern void interruptible_sleep_on(struct wait_queue ** p);
wait_queue277include/linux/sched.hextern void wake_up(struct wait_queue ** p);
wait_queue278include/linux/sched.hextern void wake_up_interruptible(struct wait_queue ** p);
wait_queue360include/linux/sched.hextern inline void add_wait_queue(struct wait_queue ** p, struct wait_queue * wait)
wait_queue383include/linux/sched.hextern inline void remove_wait_queue(struct wait_queue ** p, struct wait_queue * wait)
wait_queue386include/linux/sched.hstruct wait_queue * tmp;
wait_queue421include/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_queue259include/linux/tty.hextern struct wait_queue * keypress_wait;
wait_queue9include/linux/wait.hstruct wait_queue * next;
wait_queue15include/linux/wait.hstruct wait_queue wait;
wait_queue16include/linux/wait.hstruct wait_queue ** wait_address;
wait_queue68kernel/blk_drv/blk.hextern struct wait_queue * wait_for_request;
wait_queue215kernel/blk_drv/floppy.cstatic struct wait_queue *fdc_wait = NULL, *format_done = NULL;
wait_queue284kernel/blk_drv/floppy.cstruct wait_queue * wait_on_floppy_select = NULL;
wait_queue62kernel/blk_drv/hd.cstatic struct wait_queue * busy_wait = NULL;
wait_queue30kernel/blk_drv/ll_rw_blk.cstruct wait_queue * wait_for_request = NULL;
wait_queue110kernel/blk_drv/scsi/hosts.cstruct wait_queue *host_wait[MAX_SCSI_HOSTS] = {NULL,};   /* For waiting until host available*/
wait_queue191kernel/blk_drv/scsi/hosts.hextern struct wait_queue *host_wait[];   /* For waiting until host available*/
wait_queue253kernel/blk_drv/scsi/scsi.hstruct wait_queue * device_wait;  /* Used to wait if device is busy */
wait_queue466kernel/blk_drv/scsi/scsi.hstruct wait_queue wait = { current, NULL};      \
wait_queue26kernel/blk_drv/scsi/st.hstruct wait_queue * waiting;
wait_queue62kernel/chr_drv/atixlmouse.cstruct wait_queue *wait;
wait_queue67kernel/chr_drv/psaux.cstruct wait_queue *proc_list;
wait_queue224kernel/chr_drv/psaux.cstruct wait_queue wait = { current, NULL };
wait_queue55kernel/chr_drv/tty_io.cstruct wait_queue * keypress_wait = NULL;
wait_queue509kernel/chr_drv/tty_io.cstruct wait_queue wait = { current, NULL };
wait_queue630kernel/chr_drv/tty_io.cstruct wait_queue wait = { current, NULL };
wait_queue664kernel/chr_drv/tty_io.cstruct wait_queue wait = { current, NULL };
wait_queue24kernel/printk.cstatic struct wait_queue * log_wait = NULL;
wait_queue165kernel/sched.cvoid wake_up(struct wait_queue **q)
wait_queue167kernel/sched.cstruct wait_queue *tmp;
wait_queue192kernel/sched.cvoid wake_up_interruptible(struct wait_queue **q)
wait_queue194kernel/sched.cstruct wait_queue *tmp;
wait_queue218kernel/sched.cstatic inline void __sleep_on(struct wait_queue **p, int state)
wait_queue221kernel/sched.cstruct wait_queue wait = { current, NULL };
wait_queue236kernel/sched.cvoid interruptible_sleep_on(struct wait_queue **p)
wait_queue241kernel/sched.cvoid sleep_on(struct wait_queue **p)
wait_queue251kernel/sched.cstatic struct wait_queue * wait_motor[4] = {NULL,NULL,NULL,NULL};
wait_queue27mm/swap.cstatic struct wait_queue * lock_queue = NULL;
wait_queue36net/kern_sock.hstruct wait_queue **wait;  /* ptr to place to wait on */
wait_queue77net/socket.cstatic struct wait_queue *socket_wait_free = NULL;
wait_queue76net/tcp/sock.hstruct wait_queue **sleep;