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 | 132 | kernel/chr_drv/atixlmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 134 | kernel/chr_drv/atixlmouse.c | if (sel_type != SEL_IN) |
sel_type | 123 | kernel/chr_drv/busmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 125 | kernel/chr_drv/busmouse.c | if (sel_type != SEL_IN) |
sel_type | 128 | kernel/chr_drv/msbusmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 130 | kernel/chr_drv/msbusmouse.c | if (sel_type != SEL_IN) |
sel_type | 256 | kernel/chr_drv/psaux.c | static int aux_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 258 | kernel/chr_drv/psaux.c | if (sel_type != SEL_IN) |
sel_type | 760 | kernel/chr_drv/tty_io.c | static int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
sel_type | 776 | 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 | 297 | net/socket.c | sock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 302 | net/socket.c | (sel_type == SEL_IN) ? "in" : |
sel_type | 303 | net/socket.c | (sel_type == SEL_OUT) ? "out" : "ex"); |
sel_type | 312 | net/socket.c | return sock->ops->select(sock, sel_type, wait); |
sel_type | 310 | net/tcp/packet.c | int udp_select (volatile struct sock *sk, int sel_type, select_table *wait); |
sel_type | 449 | net/tcp/raw.c | int udp_select (volatile struct sock *sk, int sel_type, select_table *wait); |
sel_type | 1569 | net/tcp/sock.c | ip_proto_select (struct socket *sock, int sel_type, select_table *wait ) |
sel_type | 1584 | net/tcp/sock.c | return (sk->prot->select(sk, sel_type, wait)); |
sel_type | 235 | net/tcp/tcp.c | tcp_select (volatile struct sock *sk, int sel_type, select_table *wait) |
sel_type | 237 | net/tcp/tcp.c | switch (sel_type) |
sel_type | 101 | net/tcp/udp.c | udp_select (volatile struct sock *sk, int sel_type, select_table *wait) |
sel_type | 104 | net/tcp/udp.c | switch (sel_type) |
sel_type | 59 | net/unix.c | static int unix_proto_select(struct socket *sock, int sel_type, select_table * wait); |
sel_type | 655 | net/unix.c | unix_proto_select(struct socket *sock, int sel_type, select_table * wait) |
sel_type | 663 | net/unix.c | if (sel_type == SEL_IN) { |
sel_type | 676 | net/unix.c | if (sel_type == SEL_IN) { |
sel_type | 689 | net/unix.c | if (sel_type == SEL_OUT) { |