tag | line | file | source code |
select_table | 41 | fs/nfs/sock.c | select_table wait_table; |
select_table | 43 | fs/nfs/sock.c | int (*select) (struct inode *, struct file *, int, select_table *); |
select_table | 126 | fs/pipe.c | static int pipe_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
select_table | 37 | fs/proc/kmsg.c | static int kmsg_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
select_table | 41 | fs/select.c | static void free_wait(select_table * p) |
select_table | 63 | fs/select.c | static int check(int flag, select_table * wait, struct file * file) |
select_table | 67 | fs/select.c | int (*select) (struct inode *, struct file *, int, select_table *); |
select_table | 82 | fs/select.c | select_table wait_table, *wait; |
select_table | 267 | include/linux/fs.h | int (*select) (struct inode *, struct file *, int, select_table *); |
select_table | 420 | include/linux/sched.h | extern inline void select_wait(struct wait_queue ** wait_address, select_table * p) |
select_table | 132 | kernel/chr_drv/atixlmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
select_table | 123 | kernel/chr_drv/busmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
select_table | 128 | kernel/chr_drv/msbusmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
select_table | 257 | kernel/chr_drv/psaux.c | static int aux_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
select_table | 74 | kernel/chr_drv/tty_io.c | static int tty_select(struct inode *, struct file *, int, select_table *); |
select_table | 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) |
select_table | 1269 | kernel/chr_drv/tty_io.c | static int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
select_table | 59 | net/kern_sock.h | int (*select)(struct socket *sock, int sel_type, select_table * wait); |
select_table | 57 | net/socket.c | static int sock_select(struct inode *inode, struct file *file, int which, select_table *seltable); |
select_table | 297 | net/socket.c | sock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
select_table | 318 | net/tcp/packet.c | int udp_select (volatile struct sock *sk, int sel_type, select_table *wait); |
select_table | 457 | net/tcp/raw.c | int udp_select (volatile struct sock *sk, int sel_type, select_table *wait); |
select_table | 142 | net/tcp/sock.c | static int ip_proto_select(struct socket *sock, int which, select_table *wait); |
select_table | 1614 | net/tcp/sock.c | ip_proto_select (struct socket *sock, int sel_type, select_table *wait ) |
select_table | 143 | net/tcp/sock.h | int (*select)(volatile struct sock *sk, int which, select_table *wait); |
select_table | 301 | net/tcp/tcp.c | tcp_select (volatile struct sock *sk, int sel_type, select_table *wait) |
select_table | 110 | net/tcp/udp.c | udp_select (volatile struct sock *sk, int sel_type, select_table *wait) |
select_table | 60 | net/unix.c | static int unix_proto_select(struct socket *sock, int sel_type, select_table * wait); |
select_table | 675 | net/unix.c | unix_proto_select(struct socket *sock, int sel_type, select_table * wait) |