| tag | line | file | source code |
| wait_queue | 43 | fs/buffer.c | static struct wait_queue * buffer_wait = NULL; |
| wait_queue | 60 | fs/buffer.c | struct wait_queue wait = { current, NULL }; |
| wait_queue | 484 | fs/buffer.c | struct wait_queue * wait; |
| wait_queue | 883 | fs/ext/namei.c | static struct wait_queue * wait = NULL; |
| wait_queue | 17 | fs/inode.c | static struct wait_queue * inode_wait = NULL; |
| wait_queue | 64 | fs/inode.c | struct wait_queue * wait; |
| wait_queue | 343 | fs/inode.c | struct wait_queue wait = { current, NULL }; |
| wait_queue | 759 | fs/minix/namei.c | static struct wait_queue * wait = NULL; |
| wait_queue | 47 | fs/msdos/misc.c | static struct wait_queue *creation_wait = NULL; |
| wait_queue | 81 | fs/msdos/misc.c | static struct wait_queue *wait = NULL; |
| wait_queue | 452 | fs/open.c | static void kill_wait(struct wait_queue **q, int sig) |
| wait_queue | 454 | fs/open.c | struct wait_queue *next; |
| wait_queue | 455 | fs/open.c | struct wait_queue *tmp; |
| wait_queue | 50 | fs/super.c | struct wait_queue wait = { current, NULL }; |
| wait_queue | 93 | include/linux/busmouse.h | struct wait_queue *wait; |
| wait_queue | 127 | include/linux/fs.h | struct wait_queue * b_wait; |
| wait_queue | 159 | include/linux/fs.h | struct wait_queue * i_wait; |
| wait_queue | 197 | include/linux/fs.h | struct wait_queue *fl_wait; |
| wait_queue | 222 | include/linux/fs.h | struct wait_queue * s_wait; |
| wait_queue | 16 | include/linux/msdos_fs_sb.h | struct wait_queue *fat_wait; |
| wait_queue | 9 | include/linux/nfs_fs_sb.h | struct wait_queue *wait; |
| wait_queue | 5 | include/linux/pipe_fs_i.h | struct wait_queue * read_wait; |
| wait_queue | 6 | include/linux/pipe_fs_i.h | struct wait_queue * write_wait; |
| wait_queue | 275 | include/linux/sched.h | extern void sleep_on(struct wait_queue ** p); |
| wait_queue | 276 | include/linux/sched.h | extern void interruptible_sleep_on(struct wait_queue ** p); |
| wait_queue | 277 | include/linux/sched.h | extern void wake_up(struct wait_queue ** p); |
| wait_queue | 278 | include/linux/sched.h | extern void wake_up_interruptible(struct wait_queue ** p); |
| wait_queue | 360 | include/linux/sched.h | extern inline void add_wait_queue(struct wait_queue ** p, struct wait_queue * wait) |
| wait_queue | 383 | include/linux/sched.h | extern inline void remove_wait_queue(struct wait_queue ** p, struct wait_queue * wait) |
| wait_queue | 386 | include/linux/sched.h | struct wait_queue * tmp; |
| wait_queue | 421 | include/linux/sched.h | extern inline void select_wait(struct wait_queue ** wait_address, select_table * p) |
| wait_queue | 67 | include/linux/tty.h | struct wait_queue * proc_list; |
| wait_queue | 259 | include/linux/tty.h | extern struct wait_queue * keypress_wait; |
| wait_queue | 9 | include/linux/wait.h | struct wait_queue * next; |
| wait_queue | 15 | include/linux/wait.h | struct wait_queue wait; |
| wait_queue | 16 | include/linux/wait.h | struct wait_queue ** wait_address; |
| wait_queue | 68 | kernel/blk_drv/blk.h | extern struct wait_queue * wait_for_request; |
| wait_queue | 215 | kernel/blk_drv/floppy.c | static struct wait_queue *fdc_wait = NULL, *format_done = NULL; |
| wait_queue | 284 | kernel/blk_drv/floppy.c | struct wait_queue * wait_on_floppy_select = NULL; |
| wait_queue | 62 | kernel/blk_drv/hd.c | static struct wait_queue * busy_wait = NULL; |
| wait_queue | 30 | kernel/blk_drv/ll_rw_blk.c | struct wait_queue * wait_for_request = NULL; |
| wait_queue | 110 | kernel/blk_drv/scsi/hosts.c | struct wait_queue *host_wait[MAX_SCSI_HOSTS] = {NULL,}; /* For waiting until host available*/ |
| wait_queue | 191 | kernel/blk_drv/scsi/hosts.h | extern struct wait_queue *host_wait[]; /* For waiting until host available*/ |
| wait_queue | 253 | kernel/blk_drv/scsi/scsi.h | struct wait_queue * device_wait; /* Used to wait if device is busy */ |
| wait_queue | 466 | kernel/blk_drv/scsi/scsi.h | struct wait_queue wait = { current, NULL}; \ |
| wait_queue | 26 | kernel/blk_drv/scsi/st.h | struct wait_queue * waiting; |
| wait_queue | 62 | kernel/chr_drv/atixlmouse.c | struct wait_queue *wait; |
| wait_queue | 67 | kernel/chr_drv/psaux.c | struct wait_queue *proc_list; |
| wait_queue | 224 | kernel/chr_drv/psaux.c | struct wait_queue wait = { current, NULL }; |
| wait_queue | 55 | kernel/chr_drv/tty_io.c | struct wait_queue * keypress_wait = NULL; |
| wait_queue | 509 | kernel/chr_drv/tty_io.c | struct wait_queue wait = { current, NULL }; |
| wait_queue | 630 | kernel/chr_drv/tty_io.c | struct wait_queue wait = { current, NULL }; |
| wait_queue | 664 | kernel/chr_drv/tty_io.c | struct wait_queue wait = { current, NULL }; |
| wait_queue | 24 | kernel/printk.c | static struct wait_queue * log_wait = NULL; |
| wait_queue | 165 | kernel/sched.c | void wake_up(struct wait_queue **q) |
| wait_queue | 167 | kernel/sched.c | struct wait_queue *tmp; |
| wait_queue | 192 | kernel/sched.c | void wake_up_interruptible(struct wait_queue **q) |
| wait_queue | 194 | kernel/sched.c | struct wait_queue *tmp; |
| wait_queue | 218 | kernel/sched.c | static inline void __sleep_on(struct wait_queue **p, int state) |
| wait_queue | 221 | kernel/sched.c | struct wait_queue wait = { current, NULL }; |
| wait_queue | 236 | kernel/sched.c | void interruptible_sleep_on(struct wait_queue **p) |
| wait_queue | 241 | kernel/sched.c | void sleep_on(struct wait_queue **p) |
| wait_queue | 251 | kernel/sched.c | static struct wait_queue * wait_motor[4] = {NULL,NULL,NULL,NULL}; |
| wait_queue | 27 | mm/swap.c | static struct wait_queue * lock_queue = NULL; |
| wait_queue | 36 | net/kern_sock.h | struct wait_queue **wait; /* ptr to place to wait on */ |
| wait_queue | 77 | net/socket.c | static struct wait_queue *socket_wait_free = NULL; |
| wait_queue | 76 | net/tcp/sock.h | struct wait_queue **sleep; |