taglinefilesource code
wait_queue287drivers/block/cdu31a.cstatic struct wait_queue * sony_wait = NULL;  /* Things waiting for the drive */
wait_queue316drivers/block/cdu31a.cstatic struct wait_queue *cdu31a_irq_wait = NULL;
wait_queue372drivers/block/floppy.cstatic struct wait_queue *fdc_wait = NULL, *command_done = NULL;
wait_queue73drivers/block/hd.cstatic struct wait_queue * busy_wait = NULL;
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_queue449drivers/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_queue2444drivers/char/console.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_queue1928drivers/char/serial.cstruct wait_queue wait = { current, NULL };
wait_queue253drivers/char/tpqic02.cstatic struct wait_queue *qic02_tape_transfer = NULL; /* sync rw with interrupts */
wait_queue88drivers/char/tty_io.cstruct wait_queue * keypress_wait = NULL;
wait_queue433drivers/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_queue240drivers/scsi/hosts.hstruct wait_queue *host_wait;
wait_queue281drivers/scsi/scsi.hstruct wait_queue * device_wait;  /* Used to wait if device is busy */
wait_queue592drivers/scsi/scsi.hstruct wait_queue wait = { current, NULL};  \
wait_queue40drivers/scsi/sg.cstatic struct wait_queue *big_wait;   /* wait for buffer available */
wait_queue48drivers/scsi/sg.cstruct wait_queue *generic_wait; /* wait for device to be available */
wait_queue49drivers/scsi/sg.cstruct wait_queue *read_wait;    /* wait for response */
wait_queue50drivers/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_queue884fs/buffer.cstruct wait_queue * wait;
wait_queue1642fs/buffer.cstruct wait_queue * bdflush_wait = NULL;
wait_queue1643fs/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_queue818fs/minix/namei.cstatic struct wait_queue * wait = NULL;
wait_queue75fs/msdos/misc.cstatic struct wait_queue *creation_wait = NULL;
wait_queue17fs/proc/kmsg.cextern struct wait_queue * log_wait;
wait_queue186fs/super.cstruct wait_queue wait = { current, NULL };
wait_queue810fs/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_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_queue272include/linux/fs.hstruct wait_queue *fl_wait;
wait_queue310include/linux/fs.hstruct wait_queue * s_wait;
wait_queue89include/linux/lp.hstruct wait_queue *lp_wait_q;
wait_queue115include/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_queue78include/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_queue274include/linux/sched.hstruct wait_queue *wait_chldexit;  /* for wait4() */
wait_queue367include/linux/sched.hextern void sleep_on(struct wait_queue ** p);
wait_queue368include/linux/sched.hextern void interruptible_sleep_on(struct wait_queue ** p);
wait_queue369include/linux/sched.hextern void wake_up(struct wait_queue ** p);
wait_queue370include/linux/sched.hextern void wake_up_interruptible(struct wait_queue ** p);
wait_queue457include/linux/sched.hextern inline void add_wait_queue(struct wait_queue ** p, struct wait_queue * wait)
wait_queue481include/linux/sched.hextern inline void remove_wait_queue(struct wait_queue ** p, struct wait_queue * wait)
wait_queue484include/linux/sched.hstruct wait_queue * tmp;
wait_queue520include/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_queue115include/linux/serial.hstruct wait_queue  *open_wait;
wait_queue116include/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_queue513kernel/exit.cstruct wait_queue wait = { current, NULL };
wait_queue33kernel/printk.cstruct wait_queue * log_wait = NULL;
wait_queue273kernel/sched.cvoid wake_up(struct wait_queue **q)
wait_queue275kernel/sched.cstruct wait_queue *tmp;
wait_queue301kernel/sched.cvoid wake_up_interruptible(struct wait_queue **q)
wait_queue303kernel/sched.cstruct wait_queue *tmp;
wait_queue330kernel/sched.cstruct wait_queue wait = { current, NULL };
wait_queue341kernel/sched.cstatic inline void __sleep_on(struct wait_queue **p, int state)
wait_queue344kernel/sched.cstruct wait_queue wait = { current, NULL };
wait_queue359kernel/sched.cvoid interruptible_sleep_on(struct wait_queue **p)
wait_queue364kernel/sched.cvoid sleep_on(struct wait_queue **p)
wait_queue38mm/swap.cstatic struct wait_queue * lock_queue = NULL;
wait_queue103net/inet/sock.hstruct wait_queue    **sleep;
wait_queue1518net/inet/tcp.cstruct wait_queue wait = { current, NULL };
wait_queue97net/socket.cstatic struct wait_queue *socket_wait_free = NULL;
wait_queue42net/unix/unix.hstruct wait_queue *wait;  /* Lock across page faults (FvK) */