taglinefilesource code
wait_queue204drivers/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_queue376drivers/block/floppy.cstatic struct wait_queue *fdc_wait = NULL, *command_done = NULL;
wait_queue68drivers/block/hd.cstatic struct wait_queue * busy_wait = NULL;
wait_queue308drivers/block/ide.cstruct wait_queue *wqueue;
wait_queue33drivers/block/ll_rw_blk.cstruct wait_queue * wait_for_request = NULL;
wait_queue121drivers/block/mcd.cstatic struct wait_queue *mcd_waitq = NULL;
wait_queue518drivers/block/sbpcd.cstatic struct wait_queue *sbp_waitq = NULL;
wait_queue268drivers/block/sonycd535.cstatic struct wait_queue *cdu535_irq_wait = NULL;
wait_queue111drivers/block/xd.cstatic struct wait_queue *xd_wait_int = NULL, *xd_wait_open = NULL;
wait_queue63drivers/char/atixlmouse.cstruct wait_queue *wait;
wait_queue2377drivers/char/cyclades.cstruct wait_queue wait = { current, NULL };
wait_queue746drivers/char/n_tty.cstruct wait_queue wait = { current, NULL };
wait_queue918drivers/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_queue271drivers/char/selection.cstruct wait_queue wait = { current, NULL };
wait_queue2092drivers/char/serial.cstruct wait_queue wait = { current, NULL };
wait_queue255drivers/char/tpqic02.cstatic struct wait_queue *qic02_tape_transfer = NULL; /* sync rw with interrupts */
wait_queue90drivers/char/tty_io.cstruct wait_queue * keypress_wait = NULL;
wait_queue471drivers/char/tty_io.cstatic struct wait_queue *vt_activate_queue = NULL;
wait_queue45drivers/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_queue286drivers/scsi/scsi.hstruct wait_queue * device_wait;  /* Used to wait if device is busy */
wait_queue608drivers/scsi/scsi.hstruct wait_queue wait = { current, NULL};  \
wait_queue42drivers/scsi/sg.cstatic struct wait_queue *big_wait;   /* wait for buffer available */
wait_queue50drivers/scsi/sg.cstruct wait_queue *generic_wait; /* wait for device to be available */
wait_queue51drivers/scsi/sg.cstruct wait_queue *read_wait;    /* wait for response */
wait_queue52drivers/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_queue48fs/buffer.cstatic struct wait_queue * buffer_wait = NULL;
wait_queue112fs/buffer.cstruct wait_queue wait = { current, NULL };
wait_queue885fs/buffer.cstruct wait_queue * wait;
wait_queue1657fs/buffer.cstruct wait_queue * bdflush_wait = NULL;
wait_queue1658fs/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_queue186fs/locks.cstruct wait_queue *dlock_wait;
wait_queue823fs/minix/namei.cstatic struct wait_queue * wait = NULL;
wait_queue81fs/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_queue815fs/sysv/namei.cstatic struct wait_queue * wait = NULL;
wait_queue840fs/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_queue60include/linux/cyclades.hstruct wait_queue  *open_wait;
wait_queue61include/linux/cyclades.hstruct wait_queue  *close_wait;
wait_queue51include/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_queue166include/linux/sched.hstruct wait_queue *wait_chldexit;  /* for wait4() */
wait_queue259include/linux/sched.hextern void sleep_on(struct wait_queue ** p);
wait_queue260include/linux/sched.hextern void interruptible_sleep_on(struct wait_queue ** p);
wait_queue261include/linux/sched.hextern void wake_up(struct wait_queue ** p);
wait_queue262include/linux/sched.hextern void wake_up_interruptible(struct wait_queue ** p);
wait_queue285include/linux/sched.hextern inline void add_wait_queue(struct wait_queue ** p, struct wait_queue * wait)
wait_queue309include/linux/sched.hextern inline void remove_wait_queue(struct wait_queue ** p, struct wait_queue * wait)
wait_queue312include/linux/sched.hstruct wait_queue * tmp;
wait_queue348include/linux/sched.hextern inline void select_wait(struct wait_queue ** wait_address, select_table * p)
wait_queue87include/linux/sem.hstruct wait_queue *  sleeper; /* sleeping process */
wait_queue145include/linux/serial.hstruct wait_queue  *open_wait;
wait_queue146include/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_queue267include/linux/tty.hextern struct wait_queue * keypress_wait;
wait_queue48include/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_queue50ipc/sem.cstatic struct wait_queue *sem_lock = NULL;
wait_queue34ipc/shm.cstatic struct wait_queue *shm_lock = NULL; /* calling findkey() may need to wait */
wait_queue484kernel/exit.cstruct wait_queue wait = { current, NULL };
wait_queue34kernel/printk.cstruct wait_queue * log_wait = NULL;
wait_queue206kernel/sched.cvoid wake_up(struct wait_queue **q)
wait_queue208kernel/sched.cstruct wait_queue *tmp;
wait_queue234kernel/sched.cvoid wake_up_interruptible(struct wait_queue **q)
wait_queue236kernel/sched.cstruct wait_queue *tmp;
wait_queue263kernel/sched.cstruct wait_queue wait = { current, NULL };
wait_queue274kernel/sched.cstatic inline void __sleep_on(struct wait_queue **p, int state)
wait_queue277kernel/sched.cstruct wait_queue wait = { current, NULL };
wait_queue292kernel/sched.cvoid interruptible_sleep_on(struct wait_queue **p)
wait_queue297kernel/sched.cvoid sleep_on(struct wait_queue **p)
wait_queue40mm/swap.cstatic struct wait_queue * lock_queue = NULL;
wait_queue108net/inet/sock.hstruct wait_queue    **sleep;
wait_queue251net/inet/tcp.cstatic struct wait_queue *master_select_wakeup;
wait_queue2018net/inet/tcp.cstruct wait_queue wait = { current, NULL };
wait_queue42net/unix/unix.hstruct wait_queue *wait;  /* Lock across page faults (FvK) */