| tag | line | file | source code |
| i_wait | 41 | fs/inode.c | wake_up(&inode->i_wait); |
| i_wait | 61 | fs/inode.c | wait = ((volatile struct inode *) inode)->i_wait; |
| i_wait | 63 | fs/inode.c | ((volatile struct inode *) inode)->i_wait = wait; |
| i_wait | 339 | fs/inode.c | add_wait_queue(&inode->i_wait, &wait); |
| i_wait | 346 | fs/inode.c | remove_wait_queue(&inode->i_wait, &wait); |
| i_wait | 513 | fs/open.c | kill_wait (&inode->i_wait, SIGKILL); |
| i_wait | 518 | fs/open.c | wake_up (&inode->i_wait); |
| i_wait | 135 | fs/pipe.c | select_wait(&inode->i_wait,wait); |
| i_wait | 159 | include/linux/fs.h | struct wait_queue * i_wait; |
| i_wait | 180 | net/socket.c | sock->wait = &SOCK_INODE(sock)->i_wait; |