taglinefilesource code
select_table119fs/pipe.cstatic int pipe_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
select_table35fs/select.cstatic void free_wait(select_table * p)
select_table50fs/select.cstatic int check_in(select_table * wait, struct inode * inode, struct file * file)
select_table57fs/select.cstatic int check_out(select_table * wait, struct inode * inode, struct file * file)
select_table64fs/select.cstatic int check_ex(select_table * wait, struct inode * inode, struct file * file)
select_table75fs/select.cselect_table wait_table;
select_table181include/linux/fs.hint (*select) (struct inode *, struct file *, int, select_table *);
select_table342include/linux/sched.hextern inline void select_wait(struct wait_queue ** wait_address, select_table * p)
select_table135kernel/chr_drv/mouse.cstatic int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
select_table583kernel/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_table49net/socket.cstatic int sock_select(struct inode *inode, struct file *file, int which, select_table *seltable);
select_table294net/socket.csock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
select_table58net/unix.cstatic int unix_proto_select(struct socket *sock, int sel_type, select_table * wait);
select_table524net/unix.cunix_proto_select(struct socket *sock, int sel_type, select_table * wait)