| tag | line | file | source code |
| wait | 63 | drivers/char/atixlmouse.c | struct wait_queue *wait; |
| wait | 82 | drivers/char/atixlmouse.c | wake_up_interruptible(&mouse.wait); |
| wait | 152 | drivers/char/atixlmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
| wait | 158 | drivers/char/atixlmouse.c | select_wait(&mouse.wait,wait); |
| wait | 195 | drivers/char/atixlmouse.c | mouse.wait = NULL; |
| wait | 68 | drivers/char/busmouse.c | wake_up_interruptible(&mouse.wait); |
| wait | 189 | drivers/char/busmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
| wait | 198 | drivers/char/busmouse.c | select_wait(&mouse.wait, wait); |
| wait | 237 | drivers/char/busmouse.c | mouse.wait = NULL; |
| wait | 2532 | drivers/char/console.c | struct wait_queue wait = { current, NULL }; |
| wait | 2542 | drivers/char/console.c | add_wait_queue(&vt->paste_wait, &wait); |
| wait | 2138 | drivers/char/cyclades.c | struct wait_queue wait = { current, NULL }; |
| wait | 2200 | drivers/char/cyclades.c | add_wait_queue(&info->open_wait, &wait); |
| wait | 2262 | drivers/char/cyclades.c | remove_wait_queue(&info->open_wait, &wait); |
| wait | 91 | drivers/char/lp.c | int status = 0, wait = 0; |
| wait | 114 | drivers/char/lp.c | while(wait != LP_WAIT(minor)) wait++; |
| wait | 117 | drivers/char/lp.c | while(wait) wait--; |
| wait | 126 | drivers/char/lp.c | int wait = 0; |
| wait | 139 | drivers/char/lp.c | while(wait != LP_WAIT(minor)) wait++; |
| wait | 142 | drivers/char/lp.c | while(wait) wait--; |
| wait | 69 | drivers/char/msbusmouse.c | wake_up_interruptible(&mouse.wait); |
| wait | 125 | drivers/char/msbusmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
| wait | 131 | drivers/char/msbusmouse.c | select_wait(&mouse.wait,wait); |
| wait | 154 | drivers/char/msbusmouse.c | mouse.wait = NULL; |
| wait | 735 | drivers/char/n_tty.c | struct wait_queue wait = { current, NULL }; |
| wait | 790 | drivers/char/n_tty.c | add_wait_queue(&tty->read_wait, &wait); |
| wait | 887 | drivers/char/n_tty.c | remove_wait_queue(&tty->read_wait, &wait); |
| wait | 907 | drivers/char/n_tty.c | struct wait_queue wait = { current, NULL }; |
| wait | 919 | drivers/char/n_tty.c | add_wait_queue(&tty->write_wait, &wait); |
| wait | 953 | drivers/char/n_tty.c | remove_wait_queue(&tty->write_wait, &wait); |
| wait | 958 | drivers/char/n_tty.c | struct file * file, int sel_type, select_table *wait) |
| wait | 979 | drivers/char/n_tty.c | select_wait(&tty->read_wait, wait); |
| wait | 984 | drivers/char/n_tty.c | select_wait(&tty->write_wait, wait); |
| wait | 378 | drivers/char/psaux.c | struct wait_queue wait = { current, NULL }; |
| wait | 385 | drivers/char/psaux.c | add_wait_queue(&queue->proc_list, &wait); |
| wait | 393 | drivers/char/psaux.c | remove_wait_queue(&queue->proc_list, &wait); |
| wait | 411 | drivers/char/psaux.c | static int aux_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
| wait | 417 | drivers/char/psaux.c | select_wait(&queue->proc_list, wait); |
| wait | 1980 | drivers/char/serial.c | struct wait_queue wait = { current, NULL }; |
| wait | 2047 | drivers/char/serial.c | add_wait_queue(&info->open_wait, &wait); |
| wait | 2090 | drivers/char/serial.c | remove_wait_queue(&info->open_wait, &wait); |
| wait | 300 | drivers/char/tty_io.c | static int hung_up_tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
| wait | 1191 | drivers/char/tty_io.c | static int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
| wait | 1200 | drivers/char/tty_io.c | return (tty->ldisc.select)(tty, inode, filp, sel_type, wait); |
| wait | 45 | drivers/char/tty_ioctl.c | struct wait_queue wait = { current, NULL }; |
| wait | 53 | drivers/char/tty_ioctl.c | add_wait_queue(&tty->write_wait, &wait); |
| wait | 71 | drivers/char/tty_ioctl.c | remove_wait_queue(&tty->write_wait, &wait); |
| wait | 149 | drivers/net/ppp.c | struct file * filp, int sel_type, select_table * wait); |
| wait | 1254 | drivers/net/ppp.c | } else goto wait; |
| wait | 1294 | drivers/net/ppp.c | wait: |
| wait | 1626 | drivers/net/ppp.c | struct file * filp, int sel_type, select_table * wait) |
| wait | 1663 | drivers/net/ppp.c | select_wait (&ppp->read_wait, wait); |
| wait | 1674 | drivers/net/ppp.c | select_wait (&ppp->write_wait, wait); |
| wait | 199 | drivers/scsi/buslogic.c | CHECK(wait(port, allof, noneof, WAITNEXTTIMEOUT, FALSE)) |
| wait | 203 | drivers/scsi/buslogic.c | CHECK(wait(port, allof, noneof, 100, TRUE)) |
| wait | 733 | drivers/scsi/scsi.c | int wait) |
| wait | 787 | drivers/scsi/scsi.c | if(!wait) return NULL; |
| wait | 596 | drivers/scsi/scsi.h | struct wait_queue wait = { current, NULL}; \ |
| wait | 597 | drivers/scsi/scsi.h | add_wait_queue(QUEUE, &wait); \ |
| wait | 604 | drivers/scsi/scsi.h | remove_wait_queue(QUEUE, &wait); \ |
| wait | 402 | drivers/sound/midibuf.c | MIDIbuf_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
| wait | 412 | drivers/sound/midibuf.c | select_wait (&input_sleeper[dev], wait); |
| wait | 422 | drivers/sound/midibuf.c | select_wait (&midi_sleeper[dev], wait); |
| wait | 885 | drivers/sound/pss.c | pss_select (int dev, struct fileinfo * file, int sel_type, select_table * wait) |
| wait | 896 | drivers/sound/pss.c | select_wait (&pss_sleeper, wait); |
| wait | 901 | drivers/sound/pss.c | select_wait (&pss_sleeper, wait); |
| wait | 1663 | drivers/sound/sequencer.c | sequencer_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
| wait | 1676 | drivers/sound/sequencer.c | select_wait (&midi_sleeper, wait); |
| wait | 1688 | drivers/sound/sequencer.c | select_wait (&seq_sleeper, wait); |
| wait | 1856 | drivers/sound/sequencer.c | sequencer_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
| wait | 52 | drivers/sound/sound_calls.h | int sequencer_select(int dev, struct fileinfo *file, int sel_type, select_table * wait); |
| wait | 70 | drivers/sound/sound_calls.h | int MIDIbuf_select(int dev, struct fileinfo *file, int sel_type, select_table * wait); |
| wait | 138 | drivers/sound/soundcard.c | sound_select (struct inode *inode, struct file *file, int sel_type, select_table * wait) |
| wait | 151 | drivers/sound/soundcard.c | return sequencer_select (dev, &files[dev], sel_type, wait); |
| wait | 157 | drivers/sound/soundcard.c | return MIDIbuf_select (dev, &files[dev], sel_type, wait); |
| wait | 112 | fs/buffer.c | struct wait_queue wait = { current, NULL }; |
| wait | 115 | fs/buffer.c | add_wait_queue(&bh->b_wait, &wait); |
| wait | 122 | fs/buffer.c | remove_wait_queue(&bh->b_wait, &wait); |
| wait | 137 | fs/buffer.c | static int sync_buffers(dev_t dev, int wait) |
| wait | 168 | fs/buffer.c | if (!wait || !pass) { |
| wait | 177 | fs/buffer.c | if (wait && bh->b_req && !bh->b_lock && |
| wait | 208 | fs/buffer.c | if (wait && retry && ++pass<=2) |
| wait | 885 | fs/buffer.c | struct wait_queue * wait; |
| wait | 887 | fs/buffer.c | wait = ((volatile struct buffer_head *) bh)->b_wait; |
| wait | 889 | fs/buffer.c | ((volatile struct buffer_head *) bh)->b_wait = wait; |
| wait | 1662 | fs/buffer.c | static void wakeup_bdflush(int wait) |
| wait | 1670 | fs/buffer.c | if(wait) sleep_on(&bdflush_done); |
| wait | 30 | fs/ext/fsync.c | static int sync_block (struct inode * inode, unsigned long * block, int wait) |
| wait | 45 | fs/ext/fsync.c | if (wait && bh->b_req && !bh->b_uptodate) { |
| wait | 49 | fs/ext/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) |
| wait | 60 | fs/ext/fsync.c | struct buffer_head **bh, int wait) |
| wait | 68 | fs/ext/fsync.c | rc = sync_block (inode, iblock, wait); |
| wait | 83 | fs/ext/fsync.c | static int sync_direct(struct inode *inode, int wait) |
| wait | 89 | fs/ext/fsync.c | rc = sync_block (inode, inode->u.ext_i.i_data + i, wait); |
| wait | 98 | fs/ext/fsync.c | static int sync_indirect(struct inode *inode, unsigned long *iblock, int wait) |
| wait | 104 | fs/ext/fsync.c | rc = sync_iblock (inode, iblock, &ind_bh, wait); |
| wait | 111 | fs/ext/fsync.c | wait); |
| wait | 122 | fs/ext/fsync.c | int wait) |
| wait | 128 | fs/ext/fsync.c | rc = sync_iblock (inode, diblock, &dind_bh, wait); |
| wait | 135 | fs/ext/fsync.c | wait); |
| wait | 146 | fs/ext/fsync.c | int wait) |
| wait | 152 | fs/ext/fsync.c | rc = sync_iblock (inode, tiblock, &tind_bh, wait); |
| wait | 159 | fs/ext/fsync.c | wait); |
| wait | 171 | fs/ext/fsync.c | int wait, err = 0; |
| wait | 176 | fs/ext/fsync.c | for (wait=0; wait<=1; wait++) |
| wait | 178 | fs/ext/fsync.c | err |= sync_direct(inode, wait); |
| wait | 179 | fs/ext/fsync.c | err |= sync_indirect(inode, inode->u.ext_i.i_data+9, wait); |
| wait | 180 | fs/ext/fsync.c | err |= sync_dindirect(inode, inode->u.ext_i.i_data+10, wait); |
| wait | 181 | fs/ext/fsync.c | err |= sync_tindirect(inode, inode->u.ext_i.i_data+11, wait); |
| wait | 881 | fs/ext/namei.c | static struct wait_queue * wait = NULL; |
| wait | 886 | fs/ext/namei.c | sleep_on(&wait); |
| wait | 891 | fs/ext/namei.c | wake_up(&wait); |
| wait | 30 | fs/ext2/fsync.c | static int sync_block (struct inode * inode, unsigned long * block, int wait) |
| wait | 45 | fs/ext2/fsync.c | if (wait && bh->b_req && !bh->b_uptodate) { |
| wait | 49 | fs/ext2/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) { |
| wait | 59 | fs/ext2/fsync.c | struct buffer_head ** bh, int wait) |
| wait | 67 | fs/ext2/fsync.c | rc = sync_block (inode, iblock, wait); |
| wait | 82 | fs/ext2/fsync.c | static int sync_direct (struct inode * inode, int wait) |
| wait | 88 | fs/ext2/fsync.c | rc = sync_block (inode, inode->u.ext2_i.i_data + i, wait); |
| wait | 98 | fs/ext2/fsync.c | int wait) |
| wait | 104 | fs/ext2/fsync.c | rc = sync_iblock (inode, iblock, &ind_bh, wait); |
| wait | 111 | fs/ext2/fsync.c | wait); |
| wait | 122 | fs/ext2/fsync.c | int wait) |
| wait | 128 | fs/ext2/fsync.c | rc = sync_iblock (inode, diblock, &dind_bh, wait); |
| wait | 135 | fs/ext2/fsync.c | wait); |
| wait | 146 | fs/ext2/fsync.c | int wait) |
| wait | 152 | fs/ext2/fsync.c | rc = sync_iblock (inode, tiblock, &tind_bh, wait); |
| wait | 159 | fs/ext2/fsync.c | wait); |
| wait | 171 | fs/ext2/fsync.c | int wait, err = 0; |
| wait | 182 | fs/ext2/fsync.c | for (wait=0; wait<=1; wait++) |
| wait | 184 | fs/ext2/fsync.c | err |= sync_direct (inode, wait); |
| wait | 187 | fs/ext2/fsync.c | wait); |
| wait | 190 | fs/ext2/fsync.c | wait); |
| wait | 193 | fs/ext2/fsync.c | wait); |
| wait | 149 | fs/inode.c | struct wait_queue * wait; |
| wait | 154 | fs/inode.c | wait = ((volatile struct inode *) inode)->i_wait; |
| wait | 158 | fs/inode.c | ((volatile struct inode *) inode)->i_wait = wait; |
| wait | 566 | fs/inode.c | struct wait_queue wait = { current, NULL }; |
| wait | 568 | fs/inode.c | add_wait_queue(&inode->i_wait, &wait); |
| wait | 575 | fs/inode.c | remove_wait_queue(&inode->i_wait, &wait); |
| wait | 31 | fs/minix/fsync.c | static int sync_block (struct inode * inode, unsigned short * block, int wait) |
| wait | 46 | fs/minix/fsync.c | if (wait && bh->b_req && !bh->b_uptodate) { |
| wait | 50 | fs/minix/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) |
| wait | 61 | fs/minix/fsync.c | struct buffer_head **bh, int wait) |
| wait | 70 | fs/minix/fsync.c | rc = sync_block (inode, iblock, wait); |
| wait | 85 | fs/minix/fsync.c | static int sync_direct(struct inode *inode, int wait) |
| wait | 91 | fs/minix/fsync.c | rc = sync_block (inode, inode->u.minix_i.i_data + i, wait); |
| wait | 100 | fs/minix/fsync.c | static int sync_indirect(struct inode *inode, unsigned short *iblock, int wait) |
| wait | 106 | fs/minix/fsync.c | rc = sync_iblock (inode, iblock, &ind_bh, wait); |
| wait | 113 | fs/minix/fsync.c | wait); |
| wait | 124 | fs/minix/fsync.c | int wait) |
| wait | 130 | fs/minix/fsync.c | rc = sync_iblock (inode, diblock, &dind_bh, wait); |
| wait | 137 | fs/minix/fsync.c | wait); |
| wait | 149 | fs/minix/fsync.c | int wait, err = 0; |
| wait | 155 | fs/minix/fsync.c | for (wait=0; wait<=1; wait++) |
| wait | 157 | fs/minix/fsync.c | err |= sync_direct(inode, wait); |
| wait | 158 | fs/minix/fsync.c | err |= sync_indirect(inode, inode->u.minix_i.i_data+7, wait); |
| wait | 159 | fs/minix/fsync.c | err |= sync_dindirect(inode, inode->u.minix_i.i_data+8, wait); |
| wait | 823 | fs/minix/namei.c | static struct wait_queue * wait = NULL; |
| wait | 828 | fs/minix/namei.c | sleep_on(&wait); |
| wait | 833 | fs/minix/namei.c | wake_up(&wait); |
| wait | 116 | fs/nfs/inode.c | server->wait = NULL; |
| wait | 129 | fs/nfs/sock.c | remove_wait_queue(entry.wait_address, &entry.wait); |
| wait | 159 | fs/nfs/sock.c | remove_wait_queue(entry.wait_address, &entry.wait); |
| wait | 238 | fs/nfs/sock.c | sleep_on(&server->wait); |
| wait | 242 | fs/nfs/sock.c | wake_up(&server->wait); |
| wait | 150 | fs/pipe.c | static int pipe_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
| wait | 156 | fs/pipe.c | select_wait(&PIPE_WAIT(*inode), wait); |
| wait | 161 | fs/pipe.c | select_wait(&PIPE_WAIT(*inode), wait); |
| wait | 166 | fs/pipe.c | select_wait(&inode->i_wait,wait); |
| wait | 176 | fs/pipe.c | static int fifo_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
| wait | 182 | fs/pipe.c | select_wait(&PIPE_WAIT(*inode), wait); |
| wait | 187 | fs/pipe.c | select_wait(&PIPE_WAIT(*inode), wait); |
| wait | 192 | fs/pipe.c | select_wait(&inode->i_wait,wait); |
| wait | 219 | fs/pipe.c | static int connect_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
| wait | 227 | fs/pipe.c | select_wait(&PIPE_WAIT(*inode), wait); |
| wait | 232 | fs/pipe.c | select_wait(&PIPE_WAIT(*inode), wait); |
| wait | 237 | fs/pipe.c | select_wait(&inode->i_wait,wait); |
| wait | 36 | fs/proc/kmsg.c | static int kmsg_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
| wait | 42 | fs/proc/kmsg.c | select_wait(&log_wait, wait); |
| wait | 55 | fs/select.c | remove_wait_queue(entry->wait_address,&entry->wait); |
| wait | 70 | fs/select.c | static int check(int flag, select_table * wait, struct file * file) |
| wait | 78 | fs/select.c | return select(inode, file, flag, wait) |
| wait | 79 | fs/select.c | || (wait && select(inode, file, flag, NULL)); |
| wait | 89 | fs/select.c | select_table wait_table, *wait; |
| wait | 122 | fs/select.c | wait = &wait_table; |
| wait | 126 | fs/select.c | if (FD_ISSET(i,in) && check(SEL_IN,wait,current->files->fd[i])) { |
| wait | 129 | fs/select.c | wait = NULL; |
| wait | 131 | fs/select.c | if (FD_ISSET(i,out) && check(SEL_OUT,wait,current->files->fd[i])) { |
| wait | 134 | fs/select.c | wait = NULL; |
| wait | 136 | fs/select.c | if (FD_ISSET(i,ex) && check(SEL_EX,wait,current->files->fd[i])) { |
| wait | 139 | fs/select.c | wait = NULL; |
| wait | 142 | fs/select.c | wait = NULL; |
| wait | 187 | fs/super.c | struct wait_queue wait = { current, NULL }; |
| wait | 189 | fs/super.c | add_wait_queue(&sb->s_wait, &wait); |
| wait | 196 | fs/super.c | remove_wait_queue(&sb->s_wait, &wait); |
| wait | 33 | fs/sysv/fsync.c | static int sync_block (struct inode * inode, unsigned long * blockp, int convert, int wait) |
| wait | 52 | fs/sysv/fsync.c | if (wait && bh->b_req && !bh->b_uptodate) { |
| wait | 56 | fs/sysv/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) { |
| wait | 67 | fs/sysv/fsync.c | struct buffer_head * *bh, int wait) |
| wait | 78 | fs/sysv/fsync.c | rc = sync_block (inode, iblockp, convert, wait); |
| wait | 93 | fs/sysv/fsync.c | static int sync_direct(struct inode *inode, int wait) |
| wait | 99 | fs/sysv/fsync.c | rc = sync_block (inode, inode->u.sysv_i.i_data + i, 0, wait); |
| wait | 108 | fs/sysv/fsync.c | static int sync_indirect(struct inode *inode, unsigned long *iblockp, int convert, int wait) |
| wait | 115 | fs/sysv/fsync.c | rc = sync_iblock (inode, iblockp, convert, &ind_bh, wait); |
| wait | 123 | fs/sysv/fsync.c | wait); |
| wait | 134 | fs/sysv/fsync.c | int wait) |
| wait | 141 | fs/sysv/fsync.c | rc = sync_iblock (inode, diblockp, convert, &dind_bh, wait); |
| wait | 149 | fs/sysv/fsync.c | wait); |
| wait | 160 | fs/sysv/fsync.c | int wait) |
| wait | 167 | fs/sysv/fsync.c | rc = sync_iblock (inode, tiblockp, convert, &tind_bh, wait); |
| wait | 175 | fs/sysv/fsync.c | wait); |
| wait | 187 | fs/sysv/fsync.c | int wait, err = 0; |
| wait | 193 | fs/sysv/fsync.c | for (wait=0; wait<=1; wait++) { |
| wait | 194 | fs/sysv/fsync.c | err |= sync_direct(inode, wait); |
| wait | 195 | fs/sysv/fsync.c | err |= sync_indirect(inode, inode->u.sysv_i.i_data+10, 0, wait); |
| wait | 196 | fs/sysv/fsync.c | err |= sync_dindirect(inode, inode->u.sysv_i.i_data+11, 0, wait); |
| wait | 197 | fs/sysv/fsync.c | err |= sync_tindirect(inode, inode->u.sysv_i.i_data+12, 0, wait); |
| wait | 815 | fs/sysv/namei.c | static struct wait_queue * wait = NULL; |
| wait | 820 | fs/sysv/namei.c | sleep_on(&wait); |
| wait | 825 | fs/sysv/namei.c | wake_up(&wait); |
| wait | 33 | fs/xiafs/fsync.c | static int sync_block (struct inode * inode, unsigned long * block, int wait) |
| wait | 48 | fs/xiafs/fsync.c | if (wait && bh->b_req && !bh->b_uptodate) { |
| wait | 52 | fs/xiafs/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) |
| wait | 63 | fs/xiafs/fsync.c | struct buffer_head **bh, int wait) |
| wait | 71 | fs/xiafs/fsync.c | rc = sync_block (inode, iblock, wait); |
| wait | 86 | fs/xiafs/fsync.c | static int sync_direct(struct inode *inode, int wait) |
| wait | 92 | fs/xiafs/fsync.c | rc = sync_block (inode, inode->u.ext_i.i_data + i, wait); |
| wait | 101 | fs/xiafs/fsync.c | static int sync_indirect(struct inode *inode, unsigned long *iblock, int wait) |
| wait | 107 | fs/xiafs/fsync.c | rc = sync_iblock (inode, iblock, &ind_bh, wait); |
| wait | 114 | fs/xiafs/fsync.c | wait); |
| wait | 125 | fs/xiafs/fsync.c | int wait) |
| wait | 131 | fs/xiafs/fsync.c | rc = sync_iblock (inode, diblock, &dind_bh, wait); |
| wait | 138 | fs/xiafs/fsync.c | wait); |
| wait | 150 | fs/xiafs/fsync.c | int wait, err = 0; |
| wait | 155 | fs/xiafs/fsync.c | for (wait=0; wait<=1; wait++) |
| wait | 157 | fs/xiafs/fsync.c | err |= sync_direct(inode, wait); |
| wait | 158 | fs/xiafs/fsync.c | err |= sync_indirect(inode, &inode->u.xiafs_i.i_ind_zone, wait); |
| wait | 159 | fs/xiafs/fsync.c | err |= sync_dindirect(inode, &inode->u.xiafs_i.i_dind_zone, wait); |
| wait | 840 | fs/xiafs/namei.c | static struct wait_queue * wait = NULL; |
| wait | 845 | fs/xiafs/namei.c | sleep_on(&wait); |
| wait | 850 | fs/xiafs/namei.c | wake_up(&wait); |
| wait | 93 | include/linux/busmouse.h | struct wait_queue *wait; |
| wait | 85 | include/linux/lp.h | #define LP_WAIT(minor) lp_table[(minor)].wait /* strobe wait */ |
| wait | 97 | include/linux/lp.h | unsigned int wait; |
| wait | 125 | include/linux/mm.h | struct wait_queue *wait; |
| wait | 81 | include/linux/net.h | struct wait_queue **wait; /* ptr to place to wait on */ |
| wait | 108 | include/linux/net.h | select_table *wait); |
| wait | 9 | include/linux/nfs_fs_sb.h | struct wait_queue *wait; |
| wait | 5 | include/linux/pipe_fs_i.h | struct wait_queue * wait; |
| wait | 16 | include/linux/pipe_fs_i.h | #define PIPE_WAIT(inode) ((inode).u.pipe_i.wait) |
| wait | 284 | include/linux/sched.h | extern inline void add_wait_queue(struct wait_queue ** p, struct wait_queue * wait) |
| wait | 289 | include/linux/sched.h | if (wait->next) { |
| wait | 293 | include/linux/sched.h | printk("add_wait_queue (%08x): wait->next = %08x\n",pc,(unsigned long) wait->next); |
| wait | 299 | include/linux/sched.h | wait->next = wait; |
| wait | 300 | include/linux/sched.h | *p = wait; |
| wait | 302 | include/linux/sched.h | wait->next = (*p)->next; |
| wait | 303 | include/linux/sched.h | (*p)->next = wait; |
| wait | 308 | include/linux/sched.h | extern inline void remove_wait_queue(struct wait_queue ** p, struct wait_queue * wait) |
| wait | 318 | include/linux/sched.h | if ((*p == wait) && |
| wait | 322 | include/linux/sched.h | ((*p = wait->next) == wait)) { |
| wait | 325 | include/linux/sched.h | tmp = wait; |
| wait | 326 | include/linux/sched.h | while (tmp->next != wait) { |
| wait | 333 | include/linux/sched.h | tmp->next = wait->next; |
| wait | 335 | include/linux/sched.h | wait->next = NULL; |
| wait | 340 | include/linux/sched.h | printk("list = %08x, queue = %08x\n",(unsigned long) p, (unsigned long) wait); |
| wait | 357 | include/linux/sched.h | entry->wait.task = current; |
| wait | 358 | include/linux/sched.h | entry->wait.next = NULL; |
| wait | 359 | include/linux/sched.h | add_wait_queue(wait_address,&entry->wait); |
| wait | 378 | include/linux/sched.h | wake_up(&sem->wait); |
| wait | 281 | include/linux/skbuff.h | extern int datagram_select(struct sock *sk, int sel_type, select_table *wait); |
| wait | 31 | include/linux/tty_ldisc.h | struct select_table_struct *wait); |
| wait | 18 | include/linux/wait.h | struct wait_queue * wait; |
| wait | 25 | include/linux/wait.h | struct wait_queue wait; |
| wait | 63 | init/main.c | static inline pid_t wait(int * wait_stat) |
| wait | 483 | init/main.c | while (pid != wait(&i)) |
| wait | 499 | init/main.c | if (pid == wait(&i)) |
| wait | 483 | kernel/exit.c | struct wait_queue wait = { current, NULL }; |
| wait | 491 | kernel/exit.c | add_wait_queue(¤t->wait_chldexit,&wait); |
| wait | 563 | kernel/exit.c | remove_wait_queue(¤t->wait_chldexit,&wait); |
| wait | 263 | kernel/sched.c | struct wait_queue wait = { current, NULL }; |
| wait | 264 | kernel/sched.c | add_wait_queue(&sem->wait, &wait); |
| wait | 271 | kernel/sched.c | remove_wait_queue(&sem->wait, &wait); |
| wait | 277 | kernel/sched.c | struct wait_queue wait = { current, NULL }; |
| wait | 284 | kernel/sched.c | add_wait_queue(p, &wait); |
| wait | 288 | kernel/sched.c | remove_wait_queue(p, &wait); |
| wait | 13 | lib/wait.c | pid_t wait(int * wait_stat) |
| wait | 658 | net/inet/af_inet.c | sk->sleep = sock->wait; |
| wait | 1033 | net/inet/af_inet.c | sk2->sleep = newsock->wait; |
| wait | 1208 | net/inet/af_inet.c | static int inet_select(struct socket *sock, int sel_type, select_table *wait ) |
| wait | 1215 | net/inet/af_inet.c | return(sk->prot->select(sk, sel_type, wait)); |
| wait | 175 | net/inet/datagram.c | int datagram_select(struct sock *sk, int sel_type, select_table *wait) |
| wait | 177 | net/inet/datagram.c | select_wait(sk->sleep, wait); |
| wait | 1386 | net/inet/ipx.c | sk->sleep=sock->wait; |
| wait | 1767 | net/inet/ipx.c | static int ipx_select(struct socket *sock , int sel_type, select_table *wait) |
| wait | 1771 | net/inet/ipx.c | return datagram_select(sk,sel_type,wait); |
| wait | 245 | net/inet/sock.h | select_table *wait); |
| wait | 883 | net/inet/tcp.c | static int tcp_listen_select(struct sock *sk, int sel_type, select_table *wait) |
| wait | 892 | net/inet/tcp.c | select_wait(&master_select_wakeup,wait); |
| wait | 906 | net/inet/tcp.c | static int tcp_select(struct sock *sk, int sel_type, select_table *wait) |
| wait | 909 | net/inet/tcp.c | return tcp_listen_select(sk, sel_type, wait); |
| wait | 949 | net/inet/tcp.c | select_wait(sk->sleep, wait); |
| wait | 2012 | net/inet/tcp.c | struct wait_queue wait = { current, NULL }; |
| wait | 2043 | net/inet/tcp.c | add_wait_queue(sk->sleep, &wait); |
| wait | 2227 | net/inet/tcp.c | remove_wait_queue(sk->sleep, &wait); |
| wait | 250 | net/socket.c | sock->wait = &inode->i_wait; |
| wait | 264 | net/socket.c | wake_up_interruptible(peer->wait); |
| wait | 395 | net/socket.c | static int sock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
| wait | 410 | net/socket.c | return(sock->ops->select(sock, sel_type, wait)); |
| wait | 551 | net/socket.c | wake_up_interruptible(servsock->wait); |
| wait | 559 | net/socket.c | interruptible_sleep_on(mysock->wait); |
| wait | 76 | net/unix/sock.c | static int unix_proto_select(struct socket *sock, int sel_type, select_table * wait); |
| wait | 121 | net/unix/sock.c | sleep_on(&upd->wait); |
| wait | 129 | net/unix/sock.c | wake_up(&upd->wait); |
| wait | 549 | net/unix/sock.c | interruptible_sleep_on(sock->wait); |
| wait | 571 | net/unix/sock.c | wake_up_interruptible(clientsock->wait); |
| wait | 627 | net/unix/sock.c | interruptible_sleep_on(sock->wait); |
| wait | 662 | net/unix/sock.c | wake_up_interruptible(sock->conn->wait); |
| wait | 703 | net/unix/sock.c | interruptible_sleep_on(sock->wait); |
| wait | 757 | net/unix/sock.c | wake_up_interruptible(sock->conn->wait); |
| wait | 772 | net/unix/sock.c | static int unix_proto_select(struct socket *sock, int sel_type, select_table * wait) |
| wait | 785 | net/unix/sock.c | select_wait(sock->wait, wait); |
| wait | 788 | net/unix/sock.c | select_wait(sock->wait, wait); |
| wait | 801 | net/unix/sock.c | select_wait(sock->wait,wait); |
| wait | 814 | net/unix/sock.c | select_wait(sock->wait,wait); |
| wait | 42 | net/unix/unix.h | struct wait_queue *wait; /* Lock across page faults (FvK) */ |