tag | line | file | source code |
select_table | 119 | fs/pipe.c | static int pipe_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
select_table | 35 | fs/select.c | static void free_wait(select_table * p) |
select_table | 50 | fs/select.c | static int check_in(select_table * wait, struct inode * inode, struct file * file) |
select_table | 57 | fs/select.c | static int check_out(select_table * wait, struct inode * inode, struct file * file) |
select_table | 64 | fs/select.c | static int check_ex(select_table * wait, struct inode * inode, struct file * file) |
select_table | 75 | fs/select.c | select_table wait_table; |
select_table | 181 | include/linux/fs.h | int (*select) (struct inode *, struct file *, int, select_table *); |
select_table | 342 | include/linux/sched.h | extern inline void select_wait(struct wait_queue ** wait_address, select_table * p) |
select_table | 135 | kernel/chr_drv/mouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
select_table | 583 | kernel/chr_drv/tty_io.c | static int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
select_table | 55 | net/kern_sock.h | int (*select)(struct socket *sock, int sel_type, select_table * wait); |
select_table | 49 | net/socket.c | static int sock_select(struct inode *inode, struct file *file, int which, select_table *seltable); |
select_table | 294 | net/socket.c | sock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
select_table | 58 | net/unix.c | static int unix_proto_select(struct socket *sock, int sel_type, select_table * wait); |
select_table | 524 | net/unix.c | unix_proto_select(struct socket *sock, int sel_type, select_table * wait) |