taglinefilesource code
wait_queue176drivers/block/aztcd.cstatic struct wait_queue *azt_waitq = NULL; 
wait_queue283drivers/block/cdu31a.cstatic struct wait_queue * sony_wait = NULL;  /* Things waiting for the drive */
wait_queue312drivers/block/cdu31a.cstatic struct wait_queue *cdu31a_irq_wait = NULL;
wait_queue369drivers/block/floppy.cstatic struct wait_queue *fdc_wait = NULL, *command_done = NULL;
wait_queue73drivers/block/hd.cstatic struct wait_queue * busy_wait = NULL;
wait_queue302drivers/block/ide.cstruct wait_queue *wqueue;
wait_queue32drivers/block/ll_rw_blk.cstruct wait_queue * wait_for_request = NULL;
wait_queue120drivers/block/mcd.cstatic struct wait_queue *mcd_waitq = NULL;
wait_queue504drivers/block/sbpcd.cstatic struct wait_queue *sbp_waitq = NULL;
wait_queue110drivers/block/xd.cstatic struct wait_queue *xd_wait_int = NULL, *xd_wait_open = NULL;
wait_queue63drivers/char/atixlmouse.cstruct wait_queue *wait;
wait_queue2501drivers/char/console.cstruct wait_queue wait = { current, NULL };
wait_queue2137drivers/char/cyclades.cstruct wait_queue wait = { current, NULL };
wait_queue735drivers/char/n_tty.cstruct wait_queue wait = { current, NULL };
wait_queue907drivers/char/n_tty.cstruct wait_queue wait = { current, NULL };
wait_queue97drivers/char/psaux.cstruct wait_queue *proc_list;
wait_queue378drivers/char/psaux.cstruct wait_queue wait = { current, NULL };
wait_queue31drivers/char/pty.cstruct wait_queue * open_wait;
wait_queue1953drivers/char/serial.cstruct wait_queue wait = { current, NULL };
wait_queue254drivers/char/tpqic02.cstatic struct wait_queue *qic02_tape_transfer = NULL; /* sync rw with interrupts */
wait_queue97drivers/char/tty_io.cstruct wait_queue * keypress_wait = NULL;
wait_queue477drivers/char/tty_io.cstatic struct wait_queue *vt_activate_queue = NULL;
wait_queue44drivers/char/tty_ioctl.cstruct wait_queue wait = { current, NULL };
wait_queue20drivers/char/vt_kern.hstruct wait_queue *paste_wait;
wait_queue238drivers/scsi/hosts.hstruct wait_queue *host_wait;
wait_queue283drivers/scsi/scsi.hstruct wait_queue * device_wait;  /* Used to wait if device is busy */
wait_queue595drivers/scsi/scsi.hstruct wait_queue wait = { current, NULL};  \
wait_queue41drivers/scsi/sg.cstatic struct wait_queue *big_wait;   /* wait for buffer available */
wait_queue49drivers/scsi/sg.cstruct wait_queue *generic_wait; /* wait for device to be available */
wait_queue50drivers/scsi/sg.cstruct wait_queue *read_wait;    /* wait for response */
wait_queue51drivers/scsi/sg.cstruct wait_queue *write_wait;   /* wait for free buffer */
wait_queue26drivers/scsi/st.hstruct wait_queue * waiting;
wait_queue71drivers/sound/os.h#define DEFINE_WAIT_QUEUE(name, flag) static struct wait_queue *name = NULL; \
wait_queue73drivers/sound/os.h#define DEFINE_WAIT_QUEUES(name, flag) static struct wait_queue *name = {NULL}; \
wait_queue47fs/buffer.cstatic struct wait_queue * buffer_wait = NULL;
wait_queue111fs/buffer.cstruct wait_queue wait = { current, NULL };
wait_queue882fs/buffer.cstruct wait_queue * wait;
wait_queue1654fs/buffer.cstruct wait_queue * bdflush_wait = NULL;
wait_queue1655fs/buffer.cstruct wait_queue * bdflush_done = NULL;
wait_queue881fs/ext/namei.cstatic struct wait_queue * wait = NULL;
wait_queue21fs/inode.cstatic struct wait_queue * inode_wait = NULL;
wait_queue149fs/inode.cstruct wait_queue * wait;
wait_queue501fs/inode.cstatic struct wait_queue * update_wait = NULL;
wait_queue566fs/inode.cstruct wait_queue wait = { current, NULL };
wait_queue175fs/locks.cstruct wait_queue *dlock_wait;
wait_queue819fs/minix/namei.cstatic struct wait_queue * wait = NULL;
wait_queue76fs/msdos/misc.cstatic struct wait_queue *creation_wait = NULL;
wait_queue17fs/proc/kmsg.cextern struct wait_queue * log_wait;
wait_queue187fs/super.cstruct wait_queue wait = { current, NULL };
wait_queue811fs/sysv/namei.cstatic struct wait_queue * wait = NULL;
wait_queue836fs/xiafs/namei.cstatic struct wait_queue * wait = NULL;
wait_queue40include/linux/blkdev.hextern struct wait_queue * wait_for_request;
wait_queue93include/linux/busmouse.hstruct wait_queue *wait;
wait_queue51include/linux/cyclades.hstruct wait_queue  *open_wait;
wait_queue52include/linux/cyclades.hstruct wait_queue  *close_wait;
wait_queue50include/linux/ext2_fs_sb.hstruct wait_queue * s_rename_wait;
wait_queue146include/linux/fs.hstruct wait_queue * b_wait;
wait_queue221include/linux/fs.hstruct wait_queue * i_wait;
wait_queue273include/linux/fs.hstruct wait_queue *fl_wait;
wait_queue312include/linux/fs.hstruct wait_queue * s_wait;
wait_queue98include/linux/lp.hstruct wait_queue *lp_wait_q;
wait_queue125include/linux/mm.hstruct wait_queue *wait;
wait_queue21include/linux/msdos_fs_sb.hstruct wait_queue *fat_wait;
wait_queue17include/linux/msg.hstruct wait_queue *wwait;
wait_queue18include/linux/msg.hstruct wait_queue *rwait;
wait_queue81include/linux/net.hstruct wait_queue  **wait;    /* ptr to place to wait on  */
wait_queue9include/linux/nfs_fs_sb.hstruct wait_queue *wait;
wait_queue5include/linux/pipe_fs_i.hstruct wait_queue * wait;
wait_queue220include/linux/ppp.hstruct wait_queue  *write_wait;  /* queue for reading processes  */
wait_queue221include/linux/ppp.hstruct wait_queue  *read_wait;  /* queue for writing processes  */
wait_queue168include/linux/sched.hstruct wait_queue *wait_chldexit;  /* for wait4() */
wait_queue256include/linux/sched.hextern void sleep_on(struct wait_queue ** p);
wait_queue257include/linux/sched.hextern void interruptible_sleep_on(struct wait_queue ** p);
wait_queue258include/linux/sched.hextern void wake_up(struct wait_queue ** p);
wait_queue259include/linux/sched.hextern void wake_up_interruptible(struct wait_queue ** p);
wait_queue282include/linux/sched.hextern inline void add_wait_queue(struct wait_queue ** p, struct wait_queue * wait)
wait_queue306include/linux/sched.hextern inline void remove_wait_queue(struct wait_queue ** p, struct wait_queue * wait)
wait_queue309include/linux/sched.hstruct wait_queue * tmp;
wait_queue345include/linux/sched.hextern inline void select_wait(struct wait_queue ** wait_address, select_table * p)
wait_queue23include/linux/sem.hstruct wait_queue *eventn;
wait_queue24include/linux/sem.hstruct wait_queue *eventz;
wait_queue116include/linux/serial.hstruct wait_queue  *open_wait;
wait_queue117include/linux/serial.hstruct wait_queue  *close_wait;
wait_queue212include/linux/tty.hstruct wait_queue *write_wait;
wait_queue213include/linux/tty.hstruct wait_queue *read_wait;
wait_queue266include/linux/tty.hextern struct wait_queue * keypress_wait;
wait_queue48include/linux/umsdos_fs_i.hstruct wait_queue *p;
wait_queue118include/linux/umsdos_fs_i.hstruct wait_queue *p;
wait_queue13include/linux/wait.hstruct wait_queue * next;
wait_queue18include/linux/wait.hstruct wait_queue * wait;
wait_queue25include/linux/wait.hstruct wait_queue wait;
wait_queue26include/linux/wait.hstruct wait_queue ** wait_address;
wait_queue26ipc/msg.cstatic struct wait_queue *msg_lock = NULL;
wait_queue22ipc/sem.cstatic struct wait_queue *sem_lock = NULL;
wait_queue31ipc/shm.cstatic struct wait_queue *shm_lock = NULL; /* calling findkey() may need to wait */
wait_queue484kernel/exit.cstruct wait_queue wait = { current, NULL };
wait_queue33kernel/printk.cstruct wait_queue * log_wait = NULL;
wait_queue204kernel/sched.cvoid wake_up(struct wait_queue **q)
wait_queue206kernel/sched.cstruct wait_queue *tmp;
wait_queue232kernel/sched.cvoid wake_up_interruptible(struct wait_queue **q)
wait_queue234kernel/sched.cstruct wait_queue *tmp;
wait_queue261kernel/sched.cstruct wait_queue wait = { current, NULL };
wait_queue272kernel/sched.cstatic inline void __sleep_on(struct wait_queue **p, int state)
wait_queue275kernel/sched.cstruct wait_queue wait = { current, NULL };
wait_queue290kernel/sched.cvoid interruptible_sleep_on(struct wait_queue **p)
wait_queue295kernel/sched.cvoid sleep_on(struct wait_queue **p)
wait_queue38mm/swap.cstatic struct wait_queue * lock_queue = NULL;
wait_queue105net/inet/sock.hstruct wait_queue    **sleep;
wait_queue246net/inet/tcp.cstatic struct wait_queue *master_select_wakeup;
wait_queue2013net/inet/tcp.cstruct wait_queue wait = { current, NULL };
wait_queue42net/unix/unix.hstruct wait_queue *wait;  /* Lock across page faults (FvK) */