tag | line | file | source code |
sel_type | 123 | fs/pipe.c | static int pipe_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
sel_type | 125 | fs/pipe.c | switch (sel_type) { |
sel_type | 37 | fs/proc/kmsg.c | static int kmsg_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 39 | fs/proc/kmsg.c | if (sel_type != SEL_IN) |
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 | 257 | kernel/chr_drv/psaux.c | static int aux_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 259 | kernel/chr_drv/psaux.c | if (sel_type != SEL_IN) |
sel_type | 179 | kernel/chr_drv/tty_io.c | static int hung_up_tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
sel_type | 1146 | kernel/chr_drv/tty_io.c | static int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
sel_type | 1162 | kernel/chr_drv/tty_io.c | switch (sel_type) { |
sel_type | 59 | 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 | 317 | net/tcp/packet.c | int udp_select (volatile struct sock *sk, int sel_type, select_table *wait); |
sel_type | 457 | net/tcp/raw.c | int udp_select (volatile struct sock *sk, int sel_type, select_table *wait); |
sel_type | 1615 | net/tcp/sock.c | ip_proto_select (struct socket *sock, int sel_type, select_table *wait ) |
sel_type | 1630 | net/tcp/sock.c | return (sk->prot->select(sk, sel_type, wait)); |
sel_type | 301 | net/tcp/tcp.c | tcp_select (volatile struct sock *sk, int sel_type, select_table *wait) |
sel_type | 305 | net/tcp/tcp.c | sk, sel_type, wait)); |
sel_type | 306 | net/tcp/tcp.c | switch (sel_type) |
sel_type | 110 | net/tcp/udp.c | udp_select (volatile struct sock *sk, int sel_type, select_table *wait) |
sel_type | 113 | net/tcp/udp.c | switch (sel_type) |
sel_type | 60 | net/unix.c | static int unix_proto_select(struct socket *sock, int sel_type, select_table * wait); |
sel_type | 687 | net/unix.c | unix_proto_select(struct socket *sock, int sel_type, select_table * wait) |
sel_type | 695 | net/unix.c | if (sel_type == SEL_IN) { |
sel_type | 708 | net/unix.c | if (sel_type == SEL_IN) { |
sel_type | 721 | net/unix.c | if (sel_type == SEL_OUT) { |