tag | line | file | source code |
i_wait | 132 | fs/inode.c | wake_up(&inode->i_wait); |
i_wait | 154 | fs/inode.c | wait = ((volatile struct inode *) inode)->i_wait; |
i_wait | 158 | fs/inode.c | ((volatile struct inode *) inode)->i_wait = wait; |
i_wait | 496 | fs/inode.c | add_wait_queue(&inode->i_wait, &wait); |
i_wait | 503 | fs/inode.c | remove_wait_queue(&inode->i_wait, &wait); |
i_wait | 165 | fs/pipe.c | select_wait(&inode->i_wait,wait); |
i_wait | 191 | fs/pipe.c | select_wait(&inode->i_wait,wait); |
i_wait | 236 | fs/pipe.c | select_wait(&inode->i_wait,wait); |
i_wait | 145 | fs/sysv/ialloc.c | inode->u.sysv_i.i_lock = 0; inode->u.sysv_i.i_wait = NULL; |
i_wait | 37 | fs/sysv/inode.c | add_wait_queue(&inode->u.sysv_i.i_wait, &wait); |
i_wait | 44 | fs/sysv/inode.c | remove_wait_queue(&inode->u.sysv_i.i_wait, &wait); |
i_wait | 182 | include/linux/fs.h | struct wait_queue * i_wait; |
i_wait | 383 | include/linux/sysv_fs.h | wake_up(&inode->u.sysv_i.i_wait); |
i_wait | 15 | include/linux/sysv_fs_i.h | struct wait_queue * i_wait; /* write and truncate */ |
i_wait | 209 | net/socket.c | sock->wait = &SOCK_INODE(sock)->i_wait; |