taglinefilesource code
sel_type119fs/pipe.cstatic int pipe_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type121fs/pipe.cswitch (sel_type) {
sel_type135kernel/chr_drv/mouse.cstatic int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type137kernel/chr_drv/mouse.cif (sel_type != SEL_IN)
sel_type583kernel/chr_drv/tty_io.cstatic int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type595kernel/chr_drv/tty_io.cswitch (sel_type) {
sel_type55net/kern_sock.hint (*select)(struct socket *sock, int sel_type, select_table * wait);
sel_type294net/socket.csock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type299net/socket.c(sel_type == SEL_IN) ? "in" :
sel_type300net/socket.c(sel_type == SEL_OUT) ? "out" : "ex");
sel_type310net/socket.cif (sel_type == SEL_IN) {
sel_type326net/socket.creturn sock->ops->select(sock, sel_type, wait);
sel_type58net/unix.cstatic int unix_proto_select(struct socket *sock, int sel_type, select_table * wait);
sel_type524net/unix.cunix_proto_select(struct socket *sock, int sel_type, select_table * wait)
sel_type528net/unix.cif (sel_type == SEL_IN) {
sel_type541net/unix.cif (sel_type == SEL_OUT) {