taglinefilesource code
wait_queue75drivers/block/blk.hextern struct wait_queue * wait_for_request;
wait_queue155drivers/block/cdu31a.cstatic struct wait_queue * sony_wait = NULL;
wait_queue226drivers/block/floppy.cstatic struct wait_queue *fdc_wait = NULL, *format_done = NULL;
wait_queue61drivers/block/hd.cstatic struct wait_queue * busy_wait = NULL;
wait_queue30drivers/block/ll_rw_blk.cstruct wait_queue * wait_for_request = NULL;
wait_queue66drivers/block/mcd.cstatic struct wait_queue *mcd_waitq = NULL;
wait_queue77drivers/block/xd.cstatic struct wait_queue *xd_wait_int = NULL,*xd_wait_open = NULL;
wait_queue62drivers/char/atixlmouse.cstruct wait_queue *wait;
wait_queue97drivers/char/psaux.cstruct wait_queue *proc_list;
wait_queue378drivers/char/psaux.cstruct wait_queue wait = { current, NULL };
wait_queue1567drivers/char/serial.cstruct wait_queue wait = { current, NULL };
wait_queue189drivers/char/tpqic02.cstatic struct wait_queue *tape_qic02_transfer = NULL; /* sync rw with interrupts */
wait_queue76drivers/char/tty_io.cstruct wait_queue * keypress_wait = NULL;
wait_queue330drivers/char/tty_io.cstatic struct wait_queue *vt_activate_queue = NULL;
wait_queue746drivers/char/tty_io.cstruct wait_queue wait = { current, NULL };
wait_queue879drivers/char/tty_io.cstruct wait_queue wait = { current, NULL };
wait_queue913drivers/char/tty_io.cstruct wait_queue wait = { current, NULL };
wait_queue87drivers/char/tty_ioctl.cstruct wait_queue wait = { current, NULL };
wait_queue266drivers/scsi/aha152x.cstatic struct wait_queue    *abortion_complete;
wait_queue212drivers/scsi/hosts.hstruct wait_queue *host_wait;
wait_queue263drivers/scsi/scsi.hstruct wait_queue * device_wait;  /* Used to wait if device is busy */
wait_queue519drivers/scsi/scsi.hstruct wait_queue wait = { current, NULL};      \
wait_queue32drivers/scsi/sg.cstatic struct wait_queue *big_wait;   /* wait for buffer available */
wait_queue40drivers/scsi/sg.cstruct wait_queue *generic_wait; /* wait for device to be available */
wait_queue41drivers/scsi/sg.cstruct wait_queue *read_wait;    /* wait for response */
wait_queue42drivers/scsi/sg.cstruct wait_queue *write_wait;   /* wait for free buffer */
wait_queue27drivers/scsi/st.hstruct wait_queue * waiting;
wait_queue70drivers/sound/os.h#define DEFINE_WAIT_QUEUE(name, flag) static struct wait_queue *name = NULL; \
wait_queue72drivers/sound/os.h#define DEFINE_WAIT_QUEUES(name, flag) static struct wait_queue *name = {NULL}; \
wait_queue54fs/buffer.cstatic struct wait_queue * buffer_wait = NULL;
wait_queue73fs/buffer.cstruct wait_queue wait = { current, NULL };
wait_queue604fs/buffer.cstruct wait_queue * wait;
wait_queue888fs/ext/namei.cstatic struct wait_queue * wait = NULL;
wait_queue17fs/inode.cstatic struct wait_queue * inode_wait = NULL;
wait_queue145fs/inode.cstruct wait_queue * wait;
wait_queue476fs/inode.cstruct wait_queue wait = { current, NULL };
wait_queue816fs/minix/namei.cstatic struct wait_queue * wait = NULL;
wait_queue72fs/msdos/misc.cstatic struct wait_queue *creation_wait = NULL;
wait_queue17fs/proc/kmsg.cextern struct wait_queue * log_wait;
wait_queue58fs/super.cstruct wait_queue wait = { current, NULL };
wait_queue35fs/sysv/inode.cstruct wait_queue wait = { current, NULL };
wait_queue824fs/sysv/namei.cstatic struct wait_queue * wait = NULL;
wait_queue835fs/xiafs/namei.cstatic struct wait_queue * wait = NULL;
wait_queue93include/linux/busmouse.hstruct wait_queue *wait;
wait_queue44include/linux/ext2_fs_sb.hstruct wait_queue * s_rename_wait;
wait_queue140include/linux/fs.hstruct wait_queue * b_wait;
wait_queue176include/linux/fs.hstruct wait_queue * i_wait;
wait_queue221include/linux/fs.hstruct wait_queue *fl_wait;
wait_queue251include/linux/fs.hstruct wait_queue * s_wait;
wait_queue89include/linux/lp.hstruct wait_queue *lp_wait_q;
wait_queue21include/linux/msdos_fs_sb.hstruct wait_queue *fat_wait;
wait_queue26include/linux/msg.hstruct wait_queue *wwait;
wait_queue27include/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_queue181include/linux/sched.hstruct wait_queue *wait_chldexit;  /* for wait4() */
wait_queue310include/linux/sched.hextern void sleep_on(struct wait_queue ** p);
wait_queue311include/linux/sched.hextern void interruptible_sleep_on(struct wait_queue ** p);
wait_queue312include/linux/sched.hextern void wake_up(struct wait_queue ** p);
wait_queue313include/linux/sched.hextern void wake_up_interruptible(struct wait_queue ** p);
wait_queue403include/linux/sched.hextern inline void add_wait_queue(struct wait_queue ** p, struct wait_queue * wait)
wait_queue427include/linux/sched.hextern inline void remove_wait_queue(struct wait_queue ** p, struct wait_queue * wait)
wait_queue430include/linux/sched.hstruct wait_queue * tmp;
wait_queue466include/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_queue44include/linux/serial.hstruct wait_queue  *open_wait;
wait_queue45include/linux/serial.hstruct wait_queue  *close_wait;
wait_queue46include/linux/serial.hstruct wait_queue  *xmit_wait;
wait_queue15include/linux/sysv_fs_i.hstruct wait_queue * i_wait;  /* write and truncate      */
wait_queue68include/linux/tty.hstruct wait_queue * proc_list;
wait_queue245include/linux/tty.hstruct wait_queue * except_q;
wait_queue343include/linux/tty.hextern struct wait_queue * keypress_wait;
wait_queue11include/linux/wait.hstruct wait_queue * next;
wait_queue15include/linux/wait.hstruct wait_queue wait;
wait_queue16include/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_queue27ipc/shm.cstatic struct wait_queue *shm_lock = NULL;
wait_queue487kernel/exit.cstruct wait_queue wait = { current, NULL };
wait_queue34kernel/printk.cstruct wait_queue * log_wait = NULL;
wait_queue303kernel/sched.cvoid wake_up(struct wait_queue **q)
wait_queue305kernel/sched.cstruct wait_queue *tmp;
wait_queue330kernel/sched.cvoid wake_up_interruptible(struct wait_queue **q)
wait_queue332kernel/sched.cstruct wait_queue *tmp;
wait_queue356kernel/sched.cstatic inline void __sleep_on(struct wait_queue **p, int state)
wait_queue359kernel/sched.cstruct wait_queue wait = { current, NULL };
wait_queue374kernel/sched.cvoid interruptible_sleep_on(struct wait_queue **p)
wait_queue379kernel/sched.cvoid sleep_on(struct wait_queue **p)
wait_queue33mm/swap.cstatic struct wait_queue * lock_queue = NULL;
wait_queue98net/inet/sock.hstruct wait_queue    **sleep;
wait_queue74net/socket.cstatic struct wait_queue *socket_wait_free = NULL;
wait_queue38net/unix/unix.hstruct wait_queue *wait;  /* Lock across page faults (FvK) */