taglinefilesource code
select_table40fs/nfs/sock.cselect_table wait_table;
select_table42fs/nfs/sock.cint (*select) (struct inode *, struct file *, int, select_table *);
select_table119fs/pipe.cstatic int pipe_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
select_table39fs/select.cstatic void free_wait(select_table * p)
select_table61fs/select.cstatic int check(int flag, select_table * wait, struct file * file)
select_table65fs/select.cint (*select) (struct inode *, struct file *, int, select_table *);
select_table80fs/select.cselect_table wait_table, *wait;
select_table237include/linux/fs.hint (*select) (struct inode *, struct file *, int, select_table *);
select_table421include/linux/sched.hextern inline void select_wait(struct wait_queue ** wait_address, select_table * p)
select_table132kernel/chr_drv/atixlmouse.cstatic int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
select_table123kernel/chr_drv/busmouse.cstatic int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
select_table128kernel/chr_drv/msbusmouse.cstatic int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
select_table257kernel/chr_drv/psaux.cstatic int aux_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
select_table60kernel/chr_drv/tty_io.cstatic int tty_select(struct inode *, struct file *, int, select_table *);
select_table124kernel/chr_drv/tty_io.cstatic int hung_up_tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
select_table982kernel/chr_drv/tty_io.cstatic int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
select_table55net/kern_sock.hint (*select)(struct socket *sock, int sel_type, select_table * wait);
select_table57net/socket.cstatic int sock_select(struct inode *inode, struct file *file, int which, select_table *seltable);
select_table297net/socket.csock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
select_table310net/tcp/packet.cint udp_select (volatile struct sock *sk, int sel_type, select_table *wait);
select_table449net/tcp/raw.cint udp_select (volatile struct sock *sk, int sel_type, select_table *wait);
select_table129net/tcp/sock.cstatic int ip_proto_select(struct socket *sock, int which, select_table *wait);
select_table1588net/tcp/sock.cip_proto_select (struct socket *sock, int sel_type, select_table *wait )
select_table135net/tcp/sock.hint (*select)(volatile struct sock *sk, int which, select_table *wait);
select_table280net/tcp/tcp.ctcp_select (volatile struct sock *sk, int sel_type, select_table *wait)
select_table101net/tcp/udp.cudp_select (volatile struct sock *sk, int sel_type, select_table *wait)
select_table59net/unix.cstatic int unix_proto_select(struct socket *sock, int sel_type, select_table * wait);
select_table677net/unix.cunix_proto_select(struct socket *sock, int sel_type, select_table * wait)