taglinefilesource code
wait_queue75drivers/block/blk.hextern struct wait_queue * wait_for_request;
wait_queue228drivers/block/cdu31a.cstatic struct wait_queue * sony_wait = NULL;
wait_queue253drivers/block/cdu31a.cstatic struct wait_queue *cdu31a_irq_wait = NULL;
wait_queue281drivers/block/floppy.cstatic struct wait_queue *fdc_wait = NULL, *format_done = NULL;
wait_queue67drivers/block/hd.cstatic struct wait_queue * busy_wait = NULL;
wait_queue31drivers/block/ll_rw_blk.cstruct wait_queue * wait_for_request = NULL;
wait_queue120drivers/block/mcd.cstatic struct wait_queue *mcd_waitq = NULL;
wait_queue419drivers/block/sbpcd.cstatic struct wait_queue *sbp_waitq = NULL;
wait_queue109drivers/block/xd.cstatic struct wait_queue *xd_wait_int = NULL, *xd_wait_open = NULL;
wait_queue63drivers/char/atixlmouse.cstruct wait_queue *wait;
wait_queue2050drivers/char/console.cstruct wait_queue wait = { current, NULL };
wait_queue741drivers/char/n_tty.cstruct wait_queue wait = { current, NULL };
wait_queue910drivers/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_queue1842drivers/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_queue428drivers/char/tty_io.cstatic struct wait_queue *vt_activate_queue = NULL;
wait_queue39drivers/char/tty_ioctl.cstruct wait_queue wait = { current, NULL };
wait_queue20drivers/char/vt_kern.hstruct wait_queue *paste_wait;
wait_queue283drivers/scsi/aha152x.cstatic struct wait_queue    *abortion_complete;
wait_queue231drivers/scsi/hosts.hstruct wait_queue *host_wait;
wait_queue264drivers/scsi/scsi.hstruct wait_queue * device_wait;  /* Used to wait if device is busy */
wait_queue585drivers/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_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_queue113fs/buffer.cstruct wait_queue wait = { current, NULL };
wait_queue880fs/buffer.cstruct wait_queue * wait;
wait_queue1629fs/buffer.cstruct wait_queue * bdflush_wait = NULL;
wait_queue1630fs/buffer.cstruct wait_queue * bdflush_done = NULL;
wait_queue890fs/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_queue424fs/inode.cstatic struct wait_queue * update_wait = NULL;
wait_queue489fs/inode.cstruct wait_queue wait = { current, NULL };
wait_queue817fs/minix/namei.cstatic struct wait_queue * wait = NULL;
wait_queue73fs/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_queue35fs/sysv/inode.cstruct wait_queue wait = { current, NULL };
wait_queue825fs/sysv/namei.cstatic struct wait_queue * wait = NULL;
wait_queue836fs/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_queue146include/linux/fs.hstruct wait_queue * b_wait;
wait_queue187include/linux/fs.hstruct wait_queue * i_wait;
wait_queue235include/linux/fs.hstruct wait_queue *fl_wait;
wait_queue273include/linux/fs.hstruct wait_queue * s_wait;
wait_queue89include/linux/lp.hstruct wait_queue *lp_wait_q;
wait_queue105include/linux/mm.hstruct wait_queue *wait;
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_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_queue275include/linux/sched.hstruct wait_queue *wait_chldexit;  /* for wait4() */
wait_queue369include/linux/sched.hextern void sleep_on(struct wait_queue ** p);
wait_queue370include/linux/sched.hextern void interruptible_sleep_on(struct wait_queue ** p);
wait_queue371include/linux/sched.hextern void wake_up(struct wait_queue ** p);
wait_queue372include/linux/sched.hextern void wake_up_interruptible(struct wait_queue ** p);
wait_queue460include/linux/sched.hextern inline void add_wait_queue(struct wait_queue ** p, struct wait_queue * wait)
wait_queue484include/linux/sched.hextern inline void remove_wait_queue(struct wait_queue ** p, struct wait_queue * wait)
wait_queue487include/linux/sched.hstruct wait_queue * tmp;
wait_queue523include/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_queue15include/linux/sysv_fs_i.hstruct wait_queue * i_wait;  /* write and truncate      */
wait_queue206include/linux/tty.hstruct wait_queue *write_wait;
wait_queue207include/linux/tty.hstruct wait_queue *read_wait;
wait_queue261include/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_queue28ipc/shm.cstatic struct wait_queue *shm_lock = NULL;
wait_queue515kernel/exit.cstruct wait_queue wait = { current, NULL };
wait_queue34kernel/printk.cstruct wait_queue * log_wait = NULL;
wait_queue269kernel/sched.cvoid wake_up(struct wait_queue **q)
wait_queue271kernel/sched.cstruct wait_queue *tmp;
wait_queue296kernel/sched.cvoid wake_up_interruptible(struct wait_queue **q)
wait_queue298kernel/sched.cstruct wait_queue *tmp;
wait_queue324kernel/sched.cstruct wait_queue wait = { current, NULL };
wait_queue335kernel/sched.cstatic inline void __sleep_on(struct wait_queue **p, int state)
wait_queue338kernel/sched.cstruct wait_queue wait = { current, NULL };
wait_queue353kernel/sched.cvoid interruptible_sleep_on(struct wait_queue **p)
wait_queue358kernel/sched.cvoid sleep_on(struct wait_queue **p)
wait_queue35mm/swap.cstatic struct wait_queue * lock_queue = NULL;
wait_queue101net/inet/sock.hstruct wait_queue    **sleep;
wait_queue1356net/inet/tcp.cstruct wait_queue wait = { current, NULL };
wait_queue1418net/inet/tcp.cstruct wait_queue wait = { current, NULL };
wait_queue90net/socket.cstatic struct wait_queue *socket_wait_free = NULL;
wait_queue42net/unix/unix.hstruct wait_queue *wait;  /* Lock across page faults (FvK) */