tag | line | file | source code |
wait | 600 | arch/i386/kernel/smp.c | void smp_message_pass(int target, int msg, unsigned long data, int wait) |
wait | 728 | arch/i386/kernel/smp.c | switch(wait) |
wait | 177 | drivers/block/ll_rw_blk.c | struct wait_queue wait = { current, NULL }; |
wait | 179 | drivers/block/ll_rw_blk.c | add_wait_queue(&wait_for_request, &wait); |
wait | 190 | 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 | 4568 | drivers/cdrom/sbpcd.c | int wait; |
wait | 4672 | drivers/cdrom/sbpcd.c | wait=8; |
wait | 4736 | drivers/cdrom/sbpcd.c | while (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 | 78 | drivers/char/busmouse.c | wake_up_interruptible(&mouse.wait); |
wait | 210 | drivers/char/busmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
wait | 215 | drivers/char/busmouse.c | select_wait(&mouse.wait, wait); |
wait | 258 | drivers/char/busmouse.c | mouse.wait = NULL; |
wait | 2411 | drivers/char/cyclades.c | struct wait_queue wait = { current, NULL }; |
wait | 2473 | drivers/char/cyclades.c | add_wait_queue(&info->open_wait, &wait); |
wait | 2536 | drivers/char/cyclades.c | remove_wait_queue(&info->open_wait, &wait); |
wait | 609 | drivers/char/istallion.c | static int stli_rawopen(stlibrd_t *brdp, stliport_t *portp, unsigned long arg, int wait); |
wait | 610 | drivers/char/istallion.c | static int stli_rawclose(stlibrd_t *brdp, stliport_t *portp, unsigned long arg, int wait); |
wait | 1075 | drivers/char/istallion.c | static int stli_rawopen(stlibrd_t *brdp, stliport_t *portp, unsigned long arg, int wait) |
wait | 1084 | drivers/char/istallion.c | printk("stli_rawopen(brdp=%x,portp=%x,arg=%x,wait=%d)\n", (int) brdp, (int) portp, (int) arg, wait); |
wait | 1122 | drivers/char/istallion.c | if (wait == 0) { |
wait | 1155 | drivers/char/istallion.c | static int stli_rawclose(stlibrd_t *brdp, stliport_t *portp, unsigned long arg, int wait) |
wait | 1164 | drivers/char/istallion.c | printk("stli_rawclose(brdp=%x,portp=%x,arg=%x,wait=%d)\n", (int) brdp, (int) portp, (int) arg, wait); |
wait | 1174 | drivers/char/istallion.c | if (wait) { |
wait | 1198 | drivers/char/istallion.c | if (wait == 0) { |
wait | 68 | drivers/char/lp.c | int status, wait = 0; |
wait | 88 | drivers/char/lp.c | while(wait != LP_WAIT(minor)) wait++; |
wait | 91 | drivers/char/lp.c | while(wait) wait--; |
wait | 102 | drivers/char/lp.c | wait = (count > stats->meanwait)? count - stats->meanwait : |
wait | 105 | drivers/char/lp.c | stats->mdev = ((127 * stats->mdev) + wait + 64) / 128; |
wait | 112 | drivers/char/lp.c | int wait; |
wait | 126 | drivers/char/lp.c | wait = 0; |
wait | 127 | drivers/char/lp.c | while(wait != LP_WAIT(minor)) wait++; |
wait | 130 | drivers/char/lp.c | while(wait) wait--; |
wait | 138 | drivers/char/lp.c | wait = (count > stats->meanwait)? count - stats->meanwait : |
wait | 141 | 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 | 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 | 642 | drivers/char/random.c | struct wait_queue wait = { current, NULL }; |
wait | 650 | drivers/char/random.c | add_wait_queue(&random_wait, &wait); |
wait | 677 | drivers/char/random.c | remove_wait_queue(&random_wait, &wait); |
wait | 691 | drivers/char/random.c | int sel_type, select_table * wait) |
wait | 696 | drivers/char/random.c | select_wait(&random_wait, wait); |
wait | 272 | drivers/char/selection.c | struct wait_queue wait = { current, NULL }; |
wait | 282 | drivers/char/selection.c | add_wait_queue(&vt->paste_wait, &wait); |
wait | 2133 | drivers/char/serial.c | struct wait_queue wait = { current, NULL }; |
wait | 2200 | drivers/char/serial.c | add_wait_queue(&info->open_wait, &wait); |
wait | 2243 | drivers/char/serial.c | remove_wait_queue(&info->open_wait, &wait); |
wait | 301 | drivers/char/tty_io.c | static int hung_up_tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
wait | 1221 | drivers/char/tty_io.c | static int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
wait | 1230 | 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 | 238 | drivers/net/ppp.c | struct file *filp, int sel_type, select_table * wait); |
wait | 2623 | drivers/net/ppp.c | struct file *filp, int sel_type, select_table * wait) |
wait | 2663 | drivers/net/ppp.c | select_wait (&ppp->read_wait, wait); |
wait | 2671 | drivers/net/ppp.c | select_wait (&ppp->write_wait, wait); |
wait | 210 | drivers/scsi/buslogic.c | CHECK(wait(port, allof, noneof, WAITNEXTTIMEOUT, FALSE)) |
wait | 214 | drivers/scsi/buslogic.c | CHECK(wait(port, allof, noneof, 100, TRUE)) |
wait | 939 | drivers/scsi/scsi.c | int wait) |
wait | 1015 | drivers/scsi/scsi.c | if(!wait) return NULL; |
wait | 530 | drivers/scsi/scsi.h | struct wait_queue wait = { current, NULL}; \ |
wait | 531 | drivers/scsi/scsi.h | add_wait_queue(QUEUE, &wait); \ |
wait | 543 | drivers/scsi/scsi.h | remove_wait_queue(QUEUE, &wait);\ |
wait | 470 | drivers/scsi/sg.c | static int sg_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
wait | 481 | drivers/scsi/sg.c | select_wait(&scsi_generics[dev].read_wait, wait); |
wait | 490 | drivers/scsi/sg.c | select_wait(&scsi_generics[dev].write_wait, wait); |
wait | 485 | drivers/sound/audio.c | audio_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
wait | 497 | drivers/sound/audio.c | return DMAbuf_select (dev, file, sel_type, wait); |
wait | 509 | drivers/sound/audio.c | return DMAbuf_select (dev, file, sel_type, wait); |
wait | 1355 | drivers/sound/dmabuf.c | DMAbuf_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
wait | 1387 | drivers/sound/dmabuf.c | select_wait (&in_sleeper[dev], wait); |
wait | 1413 | drivers/sound/dmabuf.c | select_wait (&out_sleeper[dev], wait); |
wait | 504 | drivers/sound/midibuf.c | MIDIbuf_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
wait | 514 | drivers/sound/midibuf.c | select_wait (&input_sleeper[dev], wait); |
wait | 524 | drivers/sound/midibuf.c | select_wait (&midi_sleeper[dev], wait); |
wait | 1924 | drivers/sound/sequencer.c | sequencer_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
wait | 1938 | drivers/sound/sequencer.c | select_wait (&midi_sleeper, wait); |
wait | 1953 | drivers/sound/sequencer.c | select_wait (&seq_sleeper, wait); |
wait | 19 | drivers/sound/sound_calls.h | int DMAbuf_select(int dev, struct fileinfo *file, int sel_type, select_table * wait); |
wait | 35 | drivers/sound/sound_calls.h | int audio_select(int dev, struct fileinfo *file, int sel_type, select_table * wait); |
wait | 55 | drivers/sound/sound_calls.h | int sequencer_select(int dev, struct fileinfo *file, int sel_type, select_table * wait); |
wait | 71 | drivers/sound/sound_calls.h | int MIDIbuf_select(int dev, struct fileinfo *file, int sel_type, select_table * wait); |
wait | 202 | drivers/sound/soundcard.c | sound_select (struct inode *inode, struct file *file, int sel_type, select_table * wait) |
wait | 217 | drivers/sound/soundcard.c | return sequencer_select (dev, &files[dev], sel_type, wait); |
wait | 223 | drivers/sound/soundcard.c | return MIDIbuf_select (dev, &files[dev], sel_type, wait); |
wait | 231 | drivers/sound/soundcard.c | return audio_select (dev, &files[dev], sel_type, wait); |
wait | 117 | fs/buffer.c | struct wait_queue wait = { current, NULL }; |
wait | 120 | fs/buffer.c | add_wait_queue(&bh->b_wait, &wait); |
wait | 127 | fs/buffer.c | remove_wait_queue(&bh->b_wait, &wait); |
wait | 142 | fs/buffer.c | static int sync_buffers(kdev_t dev, int wait) |
wait | 173 | fs/buffer.c | if (!wait || !pass) { |
wait | 182 | fs/buffer.c | if (wait && bh->b_req && !bh->b_lock && |
wait | 214 | fs/buffer.c | if (wait && retry && ++pass<=2) |
wait | 941 | fs/buffer.c | struct wait_queue * wait; |
wait | 943 | fs/buffer.c | wait = ((volatile struct buffer_head *) bh)->b_wait; |
wait | 945 | fs/buffer.c | ((volatile struct buffer_head *) bh)->b_wait = wait; |
wait | 1803 | fs/buffer.c | static void wakeup_bdflush(int wait) |
wait | 1811 | 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 | 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 && 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 | 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 | 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 | 569 | fs/inode.c | struct wait_queue wait = { current, NULL }; |
wait | 571 | fs/inode.c | add_wait_queue(&inode->i_wait, &wait); |
wait | 578 | fs/inode.c | remove_wait_queue(&inode->i_wait, &wait); |
wait | 81 | fs/locks.c | unsigned int wait); |
wait | 83 | fs/locks.c | unsigned int wait); |
wait | 90 | fs/locks.c | static void locks_delete_lock(struct file_lock **fl, unsigned int wait); |
wait | 414 | fs/locks.c | unsigned int wait) |
wait | 448 | fs/locks.c | if (wait) { |
wait | 482 | fs/locks.c | unsigned int wait) |
wait | 496 | fs/locks.c | if (wait) { |
wait | 681 | fs/locks.c | static void locks_delete_lock(struct file_lock **fl_p, unsigned int wait) |
wait | 701 | fs/locks.c | if (wait) |
wait | 26 | fs/minix/fsync.c | static int sync_block (struct inode * inode, unsigned short * block, int wait) |
wait | 41 | fs/minix/fsync.c | if (wait && bh->b_req && !bh->b_uptodate) { |
wait | 45 | fs/minix/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) |
wait | 56 | fs/minix/fsync.c | struct buffer_head **bh, int wait) |
wait | 65 | fs/minix/fsync.c | rc = sync_block (inode, iblock, wait); |
wait | 80 | fs/minix/fsync.c | static int sync_direct(struct inode *inode, int wait) |
wait | 86 | fs/minix/fsync.c | rc = sync_block (inode, inode->u.minix_i.i_data + i, wait); |
wait | 95 | fs/minix/fsync.c | static int sync_indirect(struct inode *inode, unsigned short *iblock, int wait) |
wait | 101 | fs/minix/fsync.c | rc = sync_iblock (inode, iblock, &ind_bh, wait); |
wait | 108 | fs/minix/fsync.c | wait); |
wait | 119 | fs/minix/fsync.c | int wait) |
wait | 125 | fs/minix/fsync.c | rc = sync_iblock (inode, diblock, &dind_bh, wait); |
wait | 132 | fs/minix/fsync.c | wait); |
wait | 144 | fs/minix/fsync.c | int wait, err = 0; |
wait | 150 | fs/minix/fsync.c | for (wait=0; wait<=1; wait++) |
wait | 152 | fs/minix/fsync.c | err |= sync_direct(inode, wait); |
wait | 153 | fs/minix/fsync.c | err |= sync_indirect(inode, inode->u.minix_i.i_data+7, wait); |
wait | 154 | fs/minix/fsync.c | err |= sync_dindirect(inode, inode->u.minix_i.i_data+8, 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 | 116 | fs/nfs/inode.c | server->wait = NULL; |
wait | 114 | fs/nfs/rpcsock.c | remove_wait_queue(entry.wait_address, &entry.wait); |
wait | 121 | fs/nfs/rpcsock.c | remove_wait_queue(entry.wait_address, &entry.wait); |
wait | 189 | fs/nfs/rpcsock.c | interruptible_sleep_on(&slot->wait); |
wait | 254 | fs/nfs/rpcsock.c | wake_up(&rovr->wait); |
wait | 263 | fs/nfs/rpcsock.c | wake_up(&slot->next->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 | 229 | fs/smbfs/inode.c | server->wait = NULL; |
wait | 386 | fs/smbfs/proc.c | sleep_on(&server->wait); |
wait | 398 | fs/smbfs/proc.c | wake_up(&server->wait); |
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 | 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 && bh->b_req && !bh->b_uptodate) { |
wait | 52 | fs/sysv/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) { |
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 && bh->b_req && !bh->b_uptodate) { |
wait | 48 | fs/xiafs/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) |
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 | 269 | include/asm-i386/unistd.h | static inline pid_t wait(int * wait_stat) |
wait | 93 | include/linux/busmouse.h | struct wait_queue *wait; |
wait | 86 | include/linux/lp.h | #define LP_WAIT(minor) lp_table[(minor)].wait /* strobe wait */ |
wait | 108 | include/linux/lp.h | unsigned int wait; |
wait | 128 | include/linux/mm.h | struct wait_queue *wait; |
wait | 83 | include/linux/net.h | struct wait_queue **wait; /* ptr to place to wait on */ |
wait | 106 | 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 | 30 | include/linux/rpcsock.h | struct wait_queue *wait; |
wait | 337 | include/linux/sched.h | extern inline void add_wait_queue(struct wait_queue ** p, struct wait_queue * wait) |
wait | 342 | include/linux/sched.h | if (wait->next) { |
wait | 347 | include/linux/sched.h | printk("add_wait_queue (%08lx): wait->next = %08lx\n",pc,(unsigned long) wait->next); |
wait | 353 | include/linux/sched.h | wait->next = wait; |
wait | 354 | include/linux/sched.h | *p = wait; |
wait | 356 | include/linux/sched.h | wait->next = (*p)->next; |
wait | 357 | include/linux/sched.h | (*p)->next = wait; |
wait | 362 | include/linux/sched.h | extern inline void remove_wait_queue(struct wait_queue ** p, struct wait_queue * wait) |
wait | 372 | include/linux/sched.h | if ((*p == wait) && |
wait | 376 | include/linux/sched.h | ((*p = wait->next) == wait)) { |
wait | 379 | include/linux/sched.h | tmp = wait; |
wait | 380 | include/linux/sched.h | while (tmp->next != wait) { |
wait | 387 | include/linux/sched.h | tmp->next = wait->next; |
wait | 389 | include/linux/sched.h | wait->next = NULL; |
wait | 396 | include/linux/sched.h | printk("list = %08lx, queue = %08lx\n",(unsigned long) p, (unsigned long) wait); |
wait | 413 | include/linux/sched.h | entry->wait.task = current; |
wait | 414 | include/linux/sched.h | entry->wait.next = NULL; |
wait | 415 | include/linux/sched.h | add_wait_queue(wait_address,&entry->wait); |
wait | 434 | include/linux/sched.h | wake_up(&sem->wait); |
wait | 366 | 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 | 13 | 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 | 304 | include/net/sock.h | select_table *wait); |
wait | 636 | init/main.c | while (pid != wait(&i)) |
wait | 645 | init/main.c | if (pid == wait(&i)) |
wait | 539 | kernel/exit.c | struct wait_queue wait = { current, NULL }; |
wait | 547 | kernel/exit.c | add_wait_queue(¤t->wait_chldexit,&wait); |
wait | 617 | kernel/exit.c | remove_wait_queue(¤t->wait_chldexit,&wait); |
wait | 388 | kernel/sched.c | struct wait_queue wait = { current, NULL }; |
wait | 389 | kernel/sched.c | add_wait_queue(&sem->wait, &wait); |
wait | 396 | kernel/sched.c | remove_wait_queue(&sem->wait, &wait); |
wait | 402 | kernel/sched.c | struct wait_queue wait = { current, NULL }; |
wait | 409 | kernel/sched.c | add_wait_queue(p, &wait); |
wait | 413 | kernel/sched.c | remove_wait_queue(p, &wait); |
wait | 13 | lib/wait.c | pid_t wait(int * wait_stat) |
wait | 1129 | net/appletalk/ddp.c | sk->sleep=sock->wait; |
wait | 1750 | net/appletalk/ddp.c | static int atalk_select(struct socket *sock , int sel_type, select_table *wait) |
wait | 1754 | net/appletalk/ddp.c | return datagram_select(sk,sel_type,wait); |
wait | 936 | net/ax25/af_ax25.c | sk->sleep = sock->wait; |
wait | 1905 | net/ax25/af_ax25.c | static int ax25_select(struct socket *sock , int sel_type, select_table *wait) |
wait | 1909 | net/ax25/af_ax25.c | return datagram_select(sk, sel_type, wait); |
wait | 189 | net/core/datagram.c | int datagram_select(struct sock *sk, int sel_type, select_table *wait) |
wait | 191 | net/core/datagram.c | select_wait(sk->sleep, wait); |
wait | 669 | net/ipv4/af_inet.c | sk->sleep = sock->wait; |
wait | 1047 | net/ipv4/af_inet.c | sk2->sleep = newsock->wait; |
wait | 1179 | net/ipv4/af_inet.c | static int inet_select(struct socket *sock, int sel_type, select_table *wait ) |
wait | 1186 | net/ipv4/af_inet.c | return(sk->prot->select(sk, sel_type, wait)); |
wait | 1173 | net/ipv4/tcp.c | static int tcp_listen_select(struct sock *sk, int sel_type, select_table *wait) |
wait | 1182 | net/ipv4/tcp.c | select_wait(&master_select_wakeup,wait); |
wait | 1196 | net/ipv4/tcp.c | static int tcp_select(struct sock *sk, int sel_type, select_table *wait) |
wait | 1199 | net/ipv4/tcp.c | return tcp_listen_select(sk, sel_type, wait); |
wait | 1241 | net/ipv4/tcp.c | select_wait(sk->sleep, wait); |
wait | 2233 | net/ipv4/tcp.c | struct wait_queue wait = { current, NULL }; |
wait | 2264 | net/ipv4/tcp.c | add_wait_queue(sk->sleep, &wait); |
wait | 2457 | net/ipv4/tcp.c | remove_wait_queue(sk->sleep, &wait); |
wait | 1463 | net/ipx/af_ipx.c | sk->sleep=sock->wait; |
wait | 1828 | net/ipx/af_ipx.c | static int ipx_select(struct socket *sock , int sel_type, select_table *wait) |
wait | 1832 | net/ipx/af_ipx.c | return datagram_select(sk,sel_type,wait); |
wait | 476 | net/netrom/af_netrom.c | sk->sleep = sock->wait; |
wait | 1186 | net/netrom/af_netrom.c | static int nr_select(struct socket *sock , int sel_type, select_table *wait) |
wait | 1190 | net/netrom/af_netrom.c | return datagram_select(sk, sel_type, wait); |
wait | 258 | net/socket.c | sock->wait = &inode->i_wait; |
wait | 272 | net/socket.c | wake_up_interruptible(peer->wait); |
wait | 398 | net/socket.c | static int sock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
wait | 409 | net/socket.c | return(sock->ops->select(sock, sel_type, wait)); |
wait | 332 | net/unix/af_unix.c | sk->sleep=sock->wait; |
wait | 929 | net/unix/af_unix.c | static int unix_select(struct socket *sock, int sel_type, select_table *wait) |
wait | 931 | net/unix/af_unix.c | return datagram_select(sock->data,sel_type,wait); |