tag | line | file | source code |
sel_type | 119 | fs/pipe.c | static int pipe_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
sel_type | 121 | fs/pipe.c | switch (sel_type) { |
sel_type | 135 | kernel/chr_drv/mouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 137 | kernel/chr_drv/mouse.c | if (sel_type != SEL_IN) |
sel_type | 583 | kernel/chr_drv/tty_io.c | static int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
sel_type | 595 | kernel/chr_drv/tty_io.c | switch (sel_type) { |
sel_type | 55 | net/kern_sock.h | int (*select)(struct socket *sock, int sel_type, select_table * wait); |
sel_type | 294 | net/socket.c | sock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 299 | net/socket.c | (sel_type == SEL_IN) ? "in" : |
sel_type | 300 | net/socket.c | (sel_type == SEL_OUT) ? "out" : "ex"); |
sel_type | 310 | net/socket.c | if (sel_type == SEL_IN) { |
sel_type | 326 | net/socket.c | return sock->ops->select(sock, sel_type, wait); |
sel_type | 58 | net/unix.c | static int unix_proto_select(struct socket *sock, int sel_type, select_table * wait); |
sel_type | 524 | net/unix.c | unix_proto_select(struct socket *sock, int sel_type, select_table * wait) |
sel_type | 528 | net/unix.c | if (sel_type == SEL_IN) { |
sel_type | 541 | net/unix.c | if (sel_type == SEL_OUT) { |