tag | line | file | source code |
wait | 935 | arch/i386/kernel/smp.c | void smp_message_pass(int target, int msg, unsigned long data, int wait) |
wait | 1065 | arch/i386/kernel/smp.c | switch(wait) |
wait | 55 | arch/sparc/kernel/smp.c | void smp_message_pass(int target, int msg, unsigned long data, int wait) |
wait | 95 | arch/sparc/kernel/smp.c | switch(wait) { |
wait | 151 | drivers/block/ll_rw_blk.c | struct wait_queue wait = { current, NULL }; |
wait | 153 | drivers/block/ll_rw_blk.c | add_wait_queue(&wait_for_request, &wait); |
wait | 164 | drivers/block/ll_rw_blk.c | remove_wait_queue(&wait_for_request, &wait); |
wait | 293 | drivers/cdrom/cm206.c | int sleep_or_timeout(struct wait_queue ** wait, int timeout) |
wait | 295 | drivers/cdrom/cm206.c | cd->timer.data=(unsigned long) wait; |
wait | 298 | drivers/cdrom/cm206.c | interruptible_sleep_on(wait); |
wait | 309 | drivers/cdrom/cm206.c | struct wait_queue * wait = NULL; |
wait | 310 | drivers/cdrom/cm206.c | sleep_or_timeout(&wait, jiffies); |
wait | 4621 | drivers/cdrom/sbpcd.c | int wait; |
wait | 4728 | drivers/cdrom/sbpcd.c | wait=8; |
wait | 4793 | drivers/cdrom/sbpcd.c | while (wait--); |
wait | 812 | drivers/char/apm_bios.c | struct wait_queue wait = { current, NULL }; |
wait | 822 | drivers/char/apm_bios.c | add_wait_queue(&process_list, &wait); |
wait | 831 | drivers/char/apm_bios.c | remove_wait_queue(&process_list, &wait); |
wait | 848 | drivers/char/apm_bios.c | select_table * wait) |
wait | 859 | drivers/char/apm_bios.c | select_wait(&process_list, wait); |
wait | 68 | drivers/char/atixlmouse.c | struct wait_queue *wait; |
wait | 89 | drivers/char/atixlmouse.c | wake_up_interruptible(&mouse.wait); |
wait | 173 | drivers/char/atixlmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
wait | 179 | drivers/char/atixlmouse.c | select_wait(&mouse.wait,wait); |
wait | 223 | drivers/char/atixlmouse.c | mouse.wait = NULL; |
wait | 84 | drivers/char/busmouse.c | wake_up_interruptible(&mouse.wait); |
wait | 219 | drivers/char/busmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
wait | 224 | drivers/char/busmouse.c | select_wait(&mouse.wait, wait); |
wait | 272 | drivers/char/busmouse.c | mouse.wait = NULL; |
wait | 2446 | drivers/char/cyclades.c | struct wait_queue wait = { current, NULL }; |
wait | 2508 | drivers/char/cyclades.c | add_wait_queue(&info->open_wait, &wait); |
wait | 2571 | drivers/char/cyclades.c | remove_wait_queue(&info->open_wait, &wait); |
wait | 307 | drivers/char/ftape/fdc-io.c | struct wait_queue wait = |
wait | 324 | drivers/char/ftape/fdc-io.c | add_wait_queue(&wait_intr, &wait); |
wait | 329 | drivers/char/ftape/fdc-io.c | remove_wait_queue(&wait_intr, &wait); |
wait | 659 | drivers/char/istallion.c | static int stli_rawopen(stlibrd_t *brdp, stliport_t *portp, unsigned long arg, int wait); |
wait | 660 | drivers/char/istallion.c | static int stli_rawclose(stlibrd_t *brdp, stliport_t *portp, unsigned long arg, int wait); |
wait | 1131 | drivers/char/istallion.c | static int stli_rawopen(stlibrd_t *brdp, stliport_t *portp, unsigned long arg, int wait) |
wait | 1140 | drivers/char/istallion.c | printk("stli_rawopen(brdp=%x,portp=%x,arg=%x,wait=%d)\n", (int) brdp, (int) portp, (int) arg, wait); |
wait | 1178 | drivers/char/istallion.c | if (wait == 0) { |
wait | 1211 | drivers/char/istallion.c | static int stli_rawclose(stlibrd_t *brdp, stliport_t *portp, unsigned long arg, int wait) |
wait | 1220 | drivers/char/istallion.c | printk("stli_rawclose(brdp=%x,portp=%x,arg=%x,wait=%d)\n", (int) brdp, (int) portp, (int) arg, wait); |
wait | 1230 | drivers/char/istallion.c | if (wait) { |
wait | 1254 | drivers/char/istallion.c | if (wait == 0) { |
wait | 69 | drivers/char/lp.c | int status, wait = 0; |
wait | 89 | drivers/char/lp.c | while(wait != LP_WAIT(minor)) wait++; |
wait | 92 | drivers/char/lp.c | while(wait) wait--; |
wait | 103 | drivers/char/lp.c | wait = (count > stats->meanwait)? count - stats->meanwait : |
wait | 106 | drivers/char/lp.c | stats->mdev = ((127 * stats->mdev) + wait + 64) / 128; |
wait | 113 | drivers/char/lp.c | int wait; |
wait | 127 | drivers/char/lp.c | wait = 0; |
wait | 128 | drivers/char/lp.c | while(wait != LP_WAIT(minor)) wait++; |
wait | 131 | drivers/char/lp.c | while(wait) wait--; |
wait | 139 | drivers/char/lp.c | wait = (count > stats->meanwait)? count - stats->meanwait : |
wait | 142 | drivers/char/lp.c | stats->mdev = ((127 * stats->mdev) + wait + 64) / 128; |
wait | 77 | drivers/char/msbusmouse.c | wake_up_interruptible(&mouse.wait); |
wait | 149 | drivers/char/msbusmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
wait | 155 | drivers/char/msbusmouse.c | select_wait(&mouse.wait,wait); |
wait | 184 | drivers/char/msbusmouse.c | mouse.wait = NULL; |
wait | 754 | drivers/char/n_tty.c | struct wait_queue wait = { current, NULL }; |
wait | 809 | drivers/char/n_tty.c | add_wait_queue(&tty->read_wait, &wait); |
wait | 906 | drivers/char/n_tty.c | remove_wait_queue(&tty->read_wait, &wait); |
wait | 926 | drivers/char/n_tty.c | struct wait_queue wait = { current, NULL }; |
wait | 938 | drivers/char/n_tty.c | add_wait_queue(&tty->write_wait, &wait); |
wait | 972 | drivers/char/n_tty.c | remove_wait_queue(&tty->write_wait, &wait); |
wait | 977 | drivers/char/n_tty.c | struct file * file, int sel_type, select_table *wait) |
wait | 998 | drivers/char/n_tty.c | select_wait(&tty->read_wait, wait); |
wait | 1003 | drivers/char/n_tty.c | select_wait(&tty->write_wait, wait); |
wait | 234 | drivers/char/pcxx.c | struct wait_queue wait = { current, NULL }; |
wait | 251 | drivers/char/pcxx.c | add_wait_queue(&info->open_wait, &wait); |
wait | 283 | drivers/char/pcxx.c | remove_wait_queue(&info->open_wait, &wait); |
wait | 421 | drivers/char/psaux.c | struct wait_queue wait = { current, NULL }; |
wait | 428 | drivers/char/psaux.c | add_wait_queue(&queue->proc_list, &wait); |
wait | 436 | drivers/char/psaux.c | remove_wait_queue(&queue->proc_list, &wait); |
wait | 454 | drivers/char/psaux.c | static int aux_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
wait | 460 | drivers/char/psaux.c | select_wait(&queue->proc_list, wait); |
wait | 239 | drivers/char/random.c | int sel_type, select_table * wait); |
wait | 648 | drivers/char/random.c | struct wait_queue wait = { current, NULL }; |
wait | 656 | drivers/char/random.c | add_wait_queue(&random_wait, &wait); |
wait | 683 | drivers/char/random.c | remove_wait_queue(&random_wait, &wait); |
wait | 697 | drivers/char/random.c | int sel_type, select_table * wait) |
wait | 702 | drivers/char/random.c | select_wait(&random_wait, wait); |
wait | 279 | drivers/char/selection.c | struct wait_queue wait = { current, NULL }; |
wait | 289 | drivers/char/selection.c | add_wait_queue(&vt->paste_wait, &wait); |
wait | 2217 | drivers/char/serial.c | struct wait_queue wait = { current, NULL }; |
wait | 2286 | drivers/char/serial.c | add_wait_queue(&info->open_wait, &wait); |
wait | 2332 | drivers/char/serial.c | remove_wait_queue(&info->open_wait, &wait); |
wait | 325 | drivers/char/tty_io.c | static int hung_up_tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
wait | 1245 | drivers/char/tty_io.c | static int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
wait | 1254 | 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 | 772 | drivers/isdn/isdn_tty.c | struct wait_queue wait = {current, NULL}; |
wait | 837 | drivers/isdn/isdn_tty.c | add_wait_queue(&info->open_wait, &wait); |
wait | 880 | drivers/isdn/isdn_tty.c | remove_wait_queue(&info->open_wait, &wait); |
wait | 198 | drivers/net/ppp.c | struct file *filp, int sel_type, select_table * wait); |
wait | 2583 | drivers/net/ppp.c | struct file *filp, int sel_type, select_table * wait) |
wait | 2623 | drivers/net/ppp.c | select_wait (&ppp->read_wait, wait); |
wait | 2631 | drivers/net/ppp.c | select_wait (&ppp->write_wait, wait); |
wait | 669 | drivers/scsi/aic7xxx_asm.c | if (wait(&status) < 0) { |
wait | 988 | drivers/scsi/scsi.c | int wait) |
wait | 1064 | drivers/scsi/scsi.c | if (wait && SCwait && SCwait->request.rq_status != RQ_INACTIVE) { |
wait | 1069 | drivers/scsi/scsi.c | if (!wait) return NULL; |
wait | 1078 | drivers/scsi/scsi.c | if(!wait) return NULL; |
wait | 532 | drivers/scsi/scsi.h | struct wait_queue wait = { current, NULL}; \ |
wait | 533 | drivers/scsi/scsi.h | add_wait_queue(QUEUE, &wait); \ |
wait | 545 | drivers/scsi/scsi.h | remove_wait_queue(QUEUE, &wait);\ |
wait | 459 | drivers/scsi/sg.c | static int sg_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
wait | 470 | drivers/scsi/sg.c | select_wait(&scsi_generics[dev].read_wait, wait); |
wait | 479 | drivers/scsi/sg.c | select_wait(&scsi_generics[dev].write_wait, wait); |
wait | 476 | drivers/sound/audio.c | audio_select (int dev, struct fileinfo *file, int sel_type, select_table_handle * wait) |
wait | 491 | drivers/sound/audio.c | return DMAbuf_select (dev, file, sel_type, wait); |
wait | 505 | drivers/sound/audio.c | return DMAbuf_select (dev, file, sel_type, wait); |
wait | 1618 | drivers/sound/dmabuf.c | DMAbuf_select (int dev, struct fileinfo *file, int sel_type, select_table_handle * wait) |
wait | 1637 | drivers/sound/dmabuf.c | module_select_wait (&in_sleeper[dev], wait); |
wait | 1664 | drivers/sound/dmabuf.c | module_select_wait (&in_sleeper[dev], wait); |
wait | 1683 | drivers/sound/dmabuf.c | module_select_wait (&out_sleeper[dev], wait); |
wait | 1704 | drivers/sound/dmabuf.c | module_select_wait (&out_sleeper[dev], wait); |
wait | 507 | drivers/sound/midibuf.c | MIDIbuf_select (int dev, struct fileinfo *file, int sel_type, select_table_handle * wait) |
wait | 518 | drivers/sound/midibuf.c | module_select_wait (&input_sleeper[dev], wait); |
wait | 529 | drivers/sound/midibuf.c | module_select_wait (&midi_sleeper[dev], wait); |
wait | 1898 | drivers/sound/sequencer.c | sequencer_select (int dev, struct fileinfo *file, int sel_type, select_table_handle * wait) |
wait | 1913 | drivers/sound/sequencer.c | module_select_wait (&midi_sleeper, wait); |
wait | 1928 | drivers/sound/sequencer.c | module_select_wait (&seq_sleeper, wait); |
wait | 21 | drivers/sound/sound_calls.h | int DMAbuf_select(int dev, struct fileinfo *file, int sel_type, select_table_handle * wait); |
wait | 37 | drivers/sound/sound_calls.h | int audio_select(int dev, struct fileinfo *file, int sel_type, select_table_handle * wait); |
wait | 57 | drivers/sound/sound_calls.h | int sequencer_select(int dev, struct fileinfo *file, int sel_type, select_table_handle * wait); |
wait | 73 | drivers/sound/sound_calls.h | int MIDIbuf_select(int dev, struct fileinfo *file, int sel_type, select_table_handle * wait); |
wait | 193 | drivers/sound/soundcard.c | sound_select (inode_handle * inode, file_handle * file, int sel_type, select_table_handle * wait) |
wait | 208 | drivers/sound/soundcard.c | return sequencer_select (dev, &files[dev], sel_type, wait); |
wait | 214 | drivers/sound/soundcard.c | return MIDIbuf_select (dev, &files[dev], sel_type, wait); |
wait | 222 | drivers/sound/soundcard.c | return audio_select (dev, &files[dev], sel_type, wait); |
wait | 128 | fs/buffer.c | struct wait_queue wait = { current, NULL }; |
wait | 131 | fs/buffer.c | add_wait_queue(&bh->b_wait, &wait); |
wait | 139 | fs/buffer.c | remove_wait_queue(&bh->b_wait, &wait); |
wait | 154 | fs/buffer.c | static int sync_buffers(kdev_t dev, int wait) |
wait | 185 | fs/buffer.c | if (!wait || !pass) { |
wait | 194 | fs/buffer.c | if (wait && buffer_req(bh) && !buffer_locked(bh) && |
wait | 226 | fs/buffer.c | if (wait && retry && ++pass<=2) |
wait | 964 | fs/buffer.c | struct wait_queue * wait; |
wait | 966 | fs/buffer.c | wait = ((volatile struct buffer_head *) bh)->b_wait; |
wait | 968 | fs/buffer.c | ((volatile struct buffer_head *) bh)->b_wait = wait; |
wait | 1157 | fs/buffer.c | wake_up(&page->wait); |
wait | 1225 | fs/buffer.c | wake_up(&page->wait); |
wait | 1819 | fs/buffer.c | static void wakeup_bdflush(int wait) |
wait | 1823 | fs/buffer.c | if(wait) sleep_on(&bdflush_done); |
wait | 159 | fs/dquot.c | struct wait_queue wait = {current, NULL}; |
wait | 161 | fs/dquot.c | add_wait_queue(&dquot->dq_wait, &wait); |
wait | 169 | fs/dquot.c | remove_wait_queue(&dquot->dq_wait, &wait); |
wait | 202 | fs/dquot.c | struct wait_queue *wait; |
wait | 207 | fs/dquot.c | wait = ((volatile struct dquot *) dquot)->dq_wait; |
wait | 211 | fs/dquot.c | ((volatile struct dquot *) dquot)->dq_wait = wait; |
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 && buffer_req(bh) && !buffer_uptodate(bh)) { |
wait | 49 | fs/ext/fsync.c | if (wait || !buffer_uptodate(bh) || !buffer_dirty(bh)) |
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 | 890 | fs/ext/namei.c | static struct wait_queue * wait = NULL; |
wait | 895 | fs/ext/namei.c | sleep_on(&wait); |
wait | 900 | fs/ext/namei.c | wake_up(&wait); |
wait | 30 | fs/ext2/fsync.c | static int sync_block (struct inode * inode, u32 * block, int wait) |
wait | 45 | fs/ext2/fsync.c | if (wait && buffer_req(bh) && !buffer_uptodate(bh)) { |
wait | 49 | fs/ext2/fsync.c | if (wait || !buffer_uptodate(bh) || !buffer_dirty(bh)) { |
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 | 97 | fs/ext2/fsync.c | static int sync_indirect (struct inode * inode, u32 * iblock, int wait) |
wait | 103 | fs/ext2/fsync.c | rc = sync_iblock (inode, iblock, &ind_bh, wait); |
wait | 110 | fs/ext2/fsync.c | wait); |
wait | 120 | fs/ext2/fsync.c | static int sync_dindirect (struct inode * inode, u32 * diblock, int wait) |
wait | 126 | fs/ext2/fsync.c | rc = sync_iblock (inode, diblock, &dind_bh, wait); |
wait | 133 | fs/ext2/fsync.c | wait); |
wait | 143 | fs/ext2/fsync.c | static int sync_tindirect (struct inode * inode, u32 * tiblock, int wait) |
wait | 149 | fs/ext2/fsync.c | rc = sync_iblock (inode, tiblock, &tind_bh, wait); |
wait | 156 | fs/ext2/fsync.c | wait); |
wait | 168 | fs/ext2/fsync.c | int wait, err = 0; |
wait | 179 | fs/ext2/fsync.c | for (wait=0; wait<=1; wait++) |
wait | 181 | fs/ext2/fsync.c | err |= sync_direct (inode, wait); |
wait | 184 | fs/ext2/fsync.c | wait); |
wait | 187 | fs/ext2/fsync.c | wait); |
wait | 190 | fs/ext2/fsync.c | wait); |
wait | 174 | fs/inode.c | struct wait_queue * wait; |
wait | 184 | fs/inode.c | wait = ((volatile struct inode *) inode)->i_wait; |
wait | 188 | fs/inode.c | ((volatile struct inode *) inode)->i_wait = wait; |
wait | 647 | fs/inode.c | struct wait_queue wait = { current, NULL }; |
wait | 649 | fs/inode.c | add_wait_queue(&inode->i_wait, &wait); |
wait | 656 | fs/inode.c | remove_wait_queue(&inode->i_wait, &wait); |
wait | 94 | fs/locks.c | unsigned int wait); |
wait | 96 | fs/locks.c | unsigned int wait); |
wait | 103 | fs/locks.c | static void locks_delete_lock(struct file_lock **fl, unsigned int wait); |
wait | 574 | fs/locks.c | unsigned int wait) |
wait | 608 | fs/locks.c | if (wait) { |
wait | 656 | fs/locks.c | unsigned int wait) |
wait | 670 | fs/locks.c | if (wait) { |
wait | 861 | fs/locks.c | static void locks_delete_lock(struct file_lock **fl_p, unsigned int wait) |
wait | 882 | fs/locks.c | if (wait) |
wait | 31 | fs/minix/fsync.c | static int V1_sync_block (struct inode * inode, unsigned short * block, int wait) |
wait | 46 | fs/minix/fsync.c | if (wait && buffer_req(bh) && !buffer_uptodate(bh)) { |
wait | 50 | fs/minix/fsync.c | if (wait || !buffer_uptodate(bh) || !buffer_dirty(bh)) |
wait | 61 | fs/minix/fsync.c | struct buffer_head **bh, int wait) |
wait | 70 | fs/minix/fsync.c | rc = V1_sync_block (inode, iblock, wait); |
wait | 84 | fs/minix/fsync.c | static int V1_sync_direct(struct inode *inode, int wait) |
wait | 91 | fs/minix/fsync.c | (unsigned short *) inode->u.minix_i.u.i1_data + i, wait); |
wait | 100 | fs/minix/fsync.c | static int V1_sync_indirect(struct inode *inode, unsigned short *iblock, int wait) |
wait | 106 | fs/minix/fsync.c | rc = V1_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 = V1_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 |= V1_sync_direct(inode, wait); |
wait | 158 | fs/minix/fsync.c | err |= V1_sync_indirect(inode, inode->u.minix_i.u.i1_data + 7, wait); |
wait | 159 | fs/minix/fsync.c | err |= V1_sync_dindirect(inode, inode->u.minix_i.u.i1_data + 8, wait); |
wait | 168 | fs/minix/fsync.c | static int V2_sync_block (struct inode * inode, unsigned long * block, int wait) |
wait | 183 | fs/minix/fsync.c | if (wait && buffer_req(bh) && !buffer_uptodate(bh)) { |
wait | 187 | fs/minix/fsync.c | if (wait || !buffer_uptodate(bh) || !buffer_dirty(bh)) |
wait | 198 | fs/minix/fsync.c | struct buffer_head **bh, int wait) |
wait | 207 | fs/minix/fsync.c | rc = V2_sync_block (inode, iblock, wait); |
wait | 221 | fs/minix/fsync.c | static int V2_sync_direct(struct inode *inode, int wait) |
wait | 228 | fs/minix/fsync.c | (unsigned long *)inode->u.minix_i.u.i2_data + i, wait); |
wait | 237 | fs/minix/fsync.c | static int V2_sync_indirect(struct inode *inode, unsigned long *iblock, int wait) |
wait | 243 | fs/minix/fsync.c | rc = V2_sync_iblock (inode, iblock, &ind_bh, wait); |
wait | 250 | fs/minix/fsync.c | wait); |
wait | 261 | fs/minix/fsync.c | int wait) |
wait | 267 | fs/minix/fsync.c | rc = V2_sync_iblock (inode, diblock, &dind_bh, wait); |
wait | 274 | fs/minix/fsync.c | wait); |
wait | 285 | fs/minix/fsync.c | int wait) |
wait | 291 | fs/minix/fsync.c | rc = V2_sync_iblock (inode, tiblock, &tind_bh, wait); |
wait | 298 | fs/minix/fsync.c | wait); |
wait | 310 | fs/minix/fsync.c | int wait, err = 0; |
wait | 316 | fs/minix/fsync.c | for (wait=0; wait<=1; wait++) |
wait | 318 | fs/minix/fsync.c | err |= V2_sync_direct(inode, wait); |
wait | 320 | fs/minix/fsync.c | (unsigned long *) inode->u.minix_i.u.i2_data + 7, wait); |
wait | 322 | fs/minix/fsync.c | (unsigned long *) inode->u.minix_i.u.i2_data + 8, wait); |
wait | 324 | fs/minix/fsync.c | (unsigned long *) inode->u.minix_i.u.i2_data + 9, wait); |
wait | 821 | fs/minix/namei.c | static struct wait_queue * wait = NULL; |
wait | 826 | fs/minix/namei.c | sleep_on(&wait); |
wait | 831 | fs/minix/namei.c | wake_up(&wait); |
wait | 239 | fs/ncpfs/inode.c | server->wait = NULL; |
wait | 417 | fs/ncpfs/sock.c | remove_wait_queue(entry.wait_address, &entry.wait); |
wait | 451 | fs/ncpfs/sock.c | remove_wait_queue(entry.wait_address, &entry.wait); |
wait | 681 | fs/ncpfs/sock.c | sleep_on(&server->wait); |
wait | 694 | fs/ncpfs/sock.c | wake_up(&server->wait); |
wait | 83 | fs/nfs/bio.c | wake_up(&page->wait); |
wait | 110 | fs/nfs/bio.c | wake_up(&page->wait); |
wait | 142 | fs/nfs/bio.c | wake_up(&page->wait); |
wait | 140 | fs/nfs/inode.c | server->wait = NULL; |
wait | 174 | fs/nfs/rpcsock.c | remove_wait_queue(entry.wait_address, &entry.wait); |
wait | 181 | fs/nfs/rpcsock.c | remove_wait_queue(entry.wait_address, &entry.wait); |
wait | 155 | fs/pipe.c | static int pipe_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
wait | 161 | fs/pipe.c | select_wait(&PIPE_WAIT(*inode), wait); |
wait | 166 | fs/pipe.c | select_wait(&PIPE_WAIT(*inode), wait); |
wait | 171 | fs/pipe.c | select_wait(&inode->i_wait,wait); |
wait | 182 | fs/pipe.c | static int fifo_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
wait | 188 | fs/pipe.c | select_wait(&PIPE_WAIT(*inode), wait); |
wait | 193 | fs/pipe.c | select_wait(&PIPE_WAIT(*inode), wait); |
wait | 198 | fs/pipe.c | select_wait(&inode->i_wait,wait); |
wait | 230 | fs/pipe.c | static int connect_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
wait | 238 | fs/pipe.c | select_wait(&PIPE_WAIT(*inode), wait); |
wait | 243 | fs/pipe.c | select_wait(&PIPE_WAIT(*inode), wait); |
wait | 248 | 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 | 229 | fs/smbfs/inode.c | server->wait = NULL; |
wait | 391 | fs/smbfs/proc.c | sleep_on(&server->wait); |
wait | 403 | fs/smbfs/proc.c | wake_up(&server->wait); |
wait | 318 | fs/super.c | struct wait_queue wait = { current, NULL }; |
wait | 320 | fs/super.c | add_wait_queue(&sb->s_wait, &wait); |
wait | 327 | fs/super.c | remove_wait_queue(&sb->s_wait, &wait); |
wait | 29 | fs/sysv/fsync.c | static int sync_block (struct inode * inode, unsigned long * blockp, int convert, int wait) |
wait | 48 | fs/sysv/fsync.c | if (wait && buffer_req(bh) && !buffer_uptodate(bh)) { |
wait | 52 | fs/sysv/fsync.c | if (wait || !buffer_uptodate(bh) || !buffer_dirty(bh)) { |
wait | 63 | fs/sysv/fsync.c | struct buffer_head * *bh, int wait) |
wait | 74 | fs/sysv/fsync.c | rc = sync_block (inode, iblockp, convert, wait); |
wait | 89 | fs/sysv/fsync.c | static int sync_direct(struct inode *inode, int wait) |
wait | 95 | fs/sysv/fsync.c | rc = sync_block (inode, inode->u.sysv_i.i_data + i, 0, wait); |
wait | 104 | fs/sysv/fsync.c | static int sync_indirect(struct inode *inode, unsigned long *iblockp, int convert, int wait) |
wait | 111 | fs/sysv/fsync.c | rc = sync_iblock (inode, iblockp, convert, &ind_bh, wait); |
wait | 119 | fs/sysv/fsync.c | wait); |
wait | 130 | fs/sysv/fsync.c | int wait) |
wait | 137 | fs/sysv/fsync.c | rc = sync_iblock (inode, diblockp, convert, &dind_bh, wait); |
wait | 145 | fs/sysv/fsync.c | wait); |
wait | 156 | fs/sysv/fsync.c | int wait) |
wait | 163 | fs/sysv/fsync.c | rc = sync_iblock (inode, tiblockp, convert, &tind_bh, wait); |
wait | 171 | fs/sysv/fsync.c | wait); |
wait | 183 | fs/sysv/fsync.c | int wait, err = 0; |
wait | 189 | fs/sysv/fsync.c | for (wait=0; wait<=1; wait++) { |
wait | 190 | fs/sysv/fsync.c | err |= sync_direct(inode, wait); |
wait | 191 | fs/sysv/fsync.c | err |= sync_indirect(inode, inode->u.sysv_i.i_data+10, 0, wait); |
wait | 192 | fs/sysv/fsync.c | err |= sync_dindirect(inode, inode->u.sysv_i.i_data+11, 0, wait); |
wait | 193 | fs/sysv/fsync.c | err |= sync_tindirect(inode, inode->u.sysv_i.i_data+12, 0, wait); |
wait | 813 | fs/sysv/namei.c | static struct wait_queue * wait = NULL; |
wait | 818 | fs/sysv/namei.c | sleep_on(&wait); |
wait | 823 | fs/sysv/namei.c | wake_up(&wait); |
wait | 29 | fs/xiafs/fsync.c | static int sync_block (struct inode * inode, unsigned long * block, int wait) |
wait | 44 | fs/xiafs/fsync.c | if (wait && buffer_req(bh) && !buffer_uptodate(bh)) { |
wait | 48 | fs/xiafs/fsync.c | if (wait || !buffer_uptodate(bh) || !buffer_dirty(bh)) |
wait | 59 | fs/xiafs/fsync.c | struct buffer_head **bh, int wait) |
wait | 67 | fs/xiafs/fsync.c | rc = sync_block (inode, iblock, wait); |
wait | 82 | fs/xiafs/fsync.c | static int sync_direct(struct inode *inode, int wait) |
wait | 88 | fs/xiafs/fsync.c | rc = sync_block (inode, inode->u.ext_i.i_data + i, wait); |
wait | 97 | fs/xiafs/fsync.c | static int sync_indirect(struct inode *inode, unsigned long *iblock, int wait) |
wait | 103 | fs/xiafs/fsync.c | rc = sync_iblock (inode, iblock, &ind_bh, wait); |
wait | 110 | fs/xiafs/fsync.c | wait); |
wait | 121 | fs/xiafs/fsync.c | int wait) |
wait | 127 | fs/xiafs/fsync.c | rc = sync_iblock (inode, diblock, &dind_bh, wait); |
wait | 134 | fs/xiafs/fsync.c | wait); |
wait | 146 | fs/xiafs/fsync.c | int wait, err = 0; |
wait | 151 | fs/xiafs/fsync.c | for (wait=0; wait<=1; wait++) |
wait | 153 | fs/xiafs/fsync.c | err |= sync_direct(inode, wait); |
wait | 154 | fs/xiafs/fsync.c | err |= sync_indirect(inode, &inode->u.xiafs_i.i_ind_zone, wait); |
wait | 155 | fs/xiafs/fsync.c | err |= sync_dindirect(inode, &inode->u.xiafs_i.i_dind_zone, wait); |
wait | 837 | fs/xiafs/namei.c | static struct wait_queue * wait = NULL; |
wait | 842 | fs/xiafs/namei.c | sleep_on(&wait); |
wait | 847 | fs/xiafs/namei.c | wake_up(&wait); |
wait | 286 | include/asm-i386/unistd.h | static inline pid_t wait(int * wait_stat) |
wait | 1310 | include/asm-mips/unistd.h | static inline pid_t wait(int * wait_stat) |
wait | 97 | include/linux/busmouse.h | struct wait_queue *wait; |
wait | 87 | include/linux/lp.h | #define LP_WAIT(minor) lp_table[(minor)].wait /* strobe wait */ |
wait | 109 | include/linux/lp.h | unsigned int wait; |
wait | 121 | include/linux/mm.h | struct wait_queue *wait; |
wait | 50 | include/linux/ncp_fs_sb.h | struct wait_queue *wait; |
wait | 83 | include/linux/net.h | struct wait_queue **wait; /* ptr to place to wait on */ |
wait | 107 | include/linux/net.h | select_table *wait); |
wait | 12 | 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 | 400 | include/linux/sched.h | extern inline void add_wait_queue(struct wait_queue ** p, struct wait_queue * wait) |
wait | 405 | include/linux/sched.h | if (wait->next) { |
wait | 410 | include/linux/sched.h | printk("add_wait_queue (%08lx): wait->next = %08lx\n",pc,(unsigned long) wait->next); |
wait | 416 | include/linux/sched.h | wait->next = wait; |
wait | 417 | include/linux/sched.h | *p = wait; |
wait | 419 | include/linux/sched.h | wait->next = (*p)->next; |
wait | 420 | include/linux/sched.h | (*p)->next = wait; |
wait | 425 | include/linux/sched.h | extern inline void remove_wait_queue(struct wait_queue ** p, struct wait_queue * wait) |
wait | 435 | include/linux/sched.h | if ((*p == wait) && |
wait | 439 | include/linux/sched.h | ((*p = wait->next) == wait)) { |
wait | 442 | include/linux/sched.h | tmp = wait; |
wait | 443 | include/linux/sched.h | while (tmp->next != wait) { |
wait | 450 | include/linux/sched.h | tmp->next = wait->next; |
wait | 452 | include/linux/sched.h | wait->next = NULL; |
wait | 459 | include/linux/sched.h | printk("list = %08lx, queue = %08lx\n",(unsigned long) p, (unsigned long) wait); |
wait | 476 | include/linux/sched.h | entry->wait.task = current; |
wait | 477 | include/linux/sched.h | entry->wait.next = NULL; |
wait | 478 | include/linux/sched.h | add_wait_queue(wait_address,&entry->wait); |
wait | 497 | include/linux/sched.h | wake_up(&sem->wait); |
wait | 444 | include/linux/skbuff.h | extern int datagram_select(struct sock *sk, int sel_type, select_table *wait); |
wait | 26 | include/linux/smb_fs_sb.h | struct wait_queue *wait; |
wait | 12 | include/linux/smp.h | extern void smp_message_pass(int target, int msg, unsigned long data, int 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 | 357 | include/net/sock.h | select_table *wait); |
wait | 862 | init/main.c | while (pid != wait(&i)); |
wait | 884 | init/main.c | while (pid != wait(&i)) |
wait | 897 | init/main.c | if (pid == wait(&i)) |
wait | 563 | kernel/exit.c | struct wait_queue wait = { current, NULL }; |
wait | 576 | kernel/exit.c | add_wait_queue(¤t->wait_chldexit,&wait); |
wait | 645 | kernel/exit.c | remove_wait_queue(¤t->wait_chldexit,&wait); |
wait | 480 | kernel/sched.c | struct wait_queue wait = { current, NULL }; |
wait | 481 | kernel/sched.c | add_wait_queue(&sem->wait, &wait); |
wait | 488 | kernel/sched.c | remove_wait_queue(&sem->wait, &wait); |
wait | 494 | kernel/sched.c | struct wait_queue wait = { current, NULL }; |
wait | 501 | kernel/sched.c | add_wait_queue(p, &wait); |
wait | 505 | kernel/sched.c | remove_wait_queue(p, &wait); |
wait | 289 | mm/filemap.c | struct wait_queue wait = { current, NULL }; |
wait | 292 | mm/filemap.c | add_wait_queue(&page->wait, &wait); |
wait | 300 | mm/filemap.c | remove_wait_queue(&page->wait, &wait); |
wait | 31 | mm/page_io.c | void rw_swap_page(int rw, unsigned long entry, char * buf, int wait) |
wait | 65 | mm/page_io.c | if (!wait) { |
wait | 71 | mm/page_io.c | if (wait) |
wait | 71 | mm/vmscan.c | unsigned long address, pte_t * page_table, int dma, int wait) |
wait | 118 | mm/vmscan.c | rw_swap_page(WRITE, entry, (char *) page, wait); |
wait | 160 | mm/vmscan.c | pmd_t *dir, unsigned long address, unsigned long end, int dma, int wait) |
wait | 182 | mm/vmscan.c | result = try_to_swap_out(tsk, vma, address, pte, dma, wait); |
wait | 192 | mm/vmscan.c | pgd_t *dir, unsigned long address, unsigned long end, int dma, int wait) |
wait | 212 | mm/vmscan.c | int result = swap_out_pmd(tsk, vma, pmd, address, end, dma, wait); |
wait | 222 | mm/vmscan.c | pgd_t *pgdir, unsigned long start, int dma, int wait) |
wait | 233 | mm/vmscan.c | int result = swap_out_pgd(tsk, vma, pgdir, start, end, dma, wait); |
wait | 242 | mm/vmscan.c | static int swap_out_process(struct task_struct * p, int dma, int wait) |
wait | 263 | mm/vmscan.c | int result = swap_out_vma(p, vma, pgd_offset(p->mm, address), address, dma, wait); |
wait | 275 | mm/vmscan.c | static int swap_out(unsigned int priority, int dma, int wait) |
wait | 314 | mm/vmscan.c | switch (swap_out_process(p, dma, wait)) { |
wait | 333 | mm/vmscan.c | int try_to_free_page(int priority, int dma, int wait) |
wait | 349 | mm/vmscan.c | if (swap_out(i, dma, wait)) |
wait | 1164 | net/appletalk/ddp.c | sk->sleep=sock->wait; |
wait | 1864 | net/appletalk/ddp.c | static int atalk_select(struct socket *sock , int sel_type, select_table *wait) |
wait | 1868 | net/appletalk/ddp.c | return datagram_select(sk,sel_type,wait); |
wait | 1124 | net/ax25/af_ax25.c | sk->sleep = sock->wait; |
wait | 2149 | net/ax25/af_ax25.c | static int ax25_select(struct socket *sock , int sel_type, select_table *wait) |
wait | 2153 | net/ax25/af_ax25.c | return datagram_select(sk, sel_type, wait); |
wait | 179 | net/core/datagram.c | int datagram_select(struct sock *sk, int sel_type, select_table *wait) |
wait | 181 | net/core/datagram.c | select_wait(sk->sleep, wait); |
wait | 675 | net/ipv4/af_inet.c | sk->sleep = sock->wait; |
wait | 1052 | net/ipv4/af_inet.c | sk2->sleep = newsock->wait; |
wait | 1183 | net/ipv4/af_inet.c | static int inet_select(struct socket *sock, int sel_type, select_table *wait ) |
wait | 1190 | net/ipv4/af_inet.c | return(sk->prot->select(sk, sel_type, wait)); |
wait | 685 | net/ipv4/tcp.c | static int tcp_listen_select(struct sock *sk, int sel_type, select_table *wait) |
wait | 694 | net/ipv4/tcp.c | select_wait(&master_select_wakeup,wait); |
wait | 708 | net/ipv4/tcp.c | static int tcp_select(struct sock *sk, int sel_type, select_table *wait) |
wait | 711 | net/ipv4/tcp.c | return tcp_listen_select(sk, sel_type, wait); |
wait | 753 | net/ipv4/tcp.c | select_wait(sk->sleep, wait); |
wait | 1347 | net/ipv4/tcp.c | struct wait_queue wait = { current, NULL }; |
wait | 1378 | net/ipv4/tcp.c | add_wait_queue(sk->sleep, &wait); |
wait | 1578 | net/ipv4/tcp.c | remove_wait_queue(sk->sleep, &wait); |
wait | 1713 | net/ipx/af_ipx.c | sk->sleep=sock->wait; |
wait | 2162 | net/ipx/af_ipx.c | static int ipx_select(struct socket *sock , int sel_type, select_table *wait) |
wait | 2166 | net/ipx/af_ipx.c | return datagram_select(sk,sel_type,wait); |
wait | 451 | net/netrom/af_netrom.c | sk->sleep = sock->wait; |
wait | 1135 | net/netrom/af_netrom.c | static int nr_select(struct socket *sock , int sel_type, select_table *wait) |
wait | 1139 | net/netrom/af_netrom.c | return datagram_select(sk, sel_type, wait); |
wait | 269 | net/socket.c | sock->wait = &inode->i_wait; |
wait | 283 | net/socket.c | wake_up_interruptible(peer->wait); |
wait | 410 | net/socket.c | static int sock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
wait | 421 | net/socket.c | return(sock->ops->select(sock, sel_type, wait)); |
wait | 324 | net/unix/af_unix.c | sk->sleep=sock->wait; |
wait | 1193 | net/unix/af_unix.c | static int unix_select(struct socket *sock, int sel_type, select_table *wait) |
wait | 1195 | net/unix/af_unix.c | return datagram_select(sock->data,sel_type,wait); |