tag | line | file | source code |
wait_queue | 34 | fs/buffer.c | static struct wait_queue * buffer_wait = NULL; |
wait_queue | 889 | fs/ext/namei.c | static struct wait_queue * wait = NULL; |
wait_queue | 755 | fs/minix/namei.c | static struct wait_queue * wait = NULL; |
wait_queue | 42 | fs/msdos/misc.c | static struct wait_queue *creation_wait = NULL; |
wait_queue | 62 | fs/msdos/misc.c | static struct wait_queue *wait = NULL; |
wait_queue | 105 | include/linux/fs.h | struct wait_queue * b_wait; |
wait_queue | 129 | include/linux/fs.h | struct wait_queue * i_wait; |
wait_queue | 130 | include/linux/fs.h | struct wait_queue * i_wait2; /* for pipes */ |
wait_queue | 168 | include/linux/fs.h | struct wait_queue * s_wait; |
wait_queue | 135 | include/linux/sched.h | struct wait_queue wait; |
wait_queue | 229 | include/linux/sched.h | extern void sleep_on(struct wait_queue ** p); |
wait_queue | 230 | include/linux/sched.h | extern void interruptible_sleep_on(struct wait_queue ** p); |
wait_queue | 231 | include/linux/sched.h | extern void wake_up(struct wait_queue ** p); |
wait_queue | 309 | include/linux/sched.h | extern inline void add_wait_queue(struct wait_queue ** p, struct wait_queue * wait) |
wait_queue | 312 | include/linux/sched.h | struct wait_queue * tmp; |
wait_queue | 324 | include/linux/sched.h | extern inline void remove_wait_queue(struct wait_queue ** p, struct wait_queue * wait) |
wait_queue | 327 | include/linux/sched.h | struct wait_queue * tmp; |
wait_queue | 342 | 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 | 11 | include/linux/wait.h | struct wait_queue * next; |
wait_queue | 17 | include/linux/wait.h | struct wait_queue wait; |
wait_queue | 18 | include/linux/wait.h | struct wait_queue ** wait_address; |
wait_queue | 31 | kernel/blk_drv/blk.h | struct wait_queue * waiting; |
wait_queue | 68 | kernel/blk_drv/blk.h | extern struct wait_queue * wait_for_request; |
wait_queue | 203 | kernel/blk_drv/floppy.c | static struct wait_queue *fdc_wait = NULL, *format_done = NULL; |
wait_queue | 272 | kernel/blk_drv/floppy.c | struct wait_queue * wait_on_floppy_select = NULL; |
wait_queue | 30 | kernel/blk_drv/ll_rw_blk.c | struct wait_queue * wait_for_request = NULL; |
wait_queue | 24 | kernel/printk.c | static struct wait_queue * log_wait = NULL; |
wait_queue | 196 | kernel/sched.c | void wake_up(struct wait_queue **q) |
wait_queue | 198 | kernel/sched.c | struct wait_queue *tmp, *next; |
wait_queue | 222 | kernel/sched.c | static inline void __sleep_on(struct wait_queue **p, int state) |
wait_queue | 241 | kernel/sched.c | void interruptible_sleep_on(struct wait_queue **p) |
wait_queue | 246 | kernel/sched.c | void sleep_on(struct wait_queue **p) |
wait_queue | 256 | kernel/sched.c | static struct wait_queue * wait_motor[4] = {NULL,NULL,NULL,NULL}; |
wait_queue | 52 | 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 | 68 | net/socket.c | static struct wait_queue *socket_wait_free = NULL; |