taglinefilesource code
sel_type126fs/pipe.cstatic int pipe_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type128fs/pipe.cswitch (sel_type) {
sel_type37fs/proc/kmsg.cstatic int kmsg_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type39fs/proc/kmsg.cif (sel_type != SEL_IN)
sel_type106include/linux/net.hint  (*select)  (struct socket *sock, int sel_type,
sel_type132kernel/chr_drv/atixlmouse.cstatic int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type134kernel/chr_drv/atixlmouse.cif (sel_type != SEL_IN)
sel_type123kernel/chr_drv/busmouse.cstatic int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type125kernel/chr_drv/busmouse.cif (sel_type != SEL_IN)
sel_type128kernel/chr_drv/msbusmouse.cstatic int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type130kernel/chr_drv/msbusmouse.cif (sel_type != SEL_IN)
sel_type257kernel/chr_drv/psaux.cstatic int aux_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type259kernel/chr_drv/psaux.cif (sel_type != SEL_IN)
sel_type183kernel/chr_drv/tty_io.cstatic int hung_up_tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type1314kernel/chr_drv/tty_io.cstatic int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type1330kernel/chr_drv/tty_io.cswitch (sel_type) {
sel_type1337net/inet/sock.cinet_select(struct socket *sock, int sel_type, select_table *wait )
sel_type1351net/inet/sock.creturn(sk->prot->select(sk, sel_type, wait));
sel_type238net/inet/tcp.ctcp_select(struct sock *sk, int sel_type, select_table *wait)
sel_type241net/inet/tcp.csk, sel_type, wait));
sel_type244net/inet/tcp.cswitch(sel_type) {
sel_type60net/inet/udp.cudp_select(struct sock *sk, int sel_type, select_table *wait)
sel_type63net/inet/udp.cswitch(sel_type) {
sel_type30net/inet/udp.hextern int  udp_select(struct sock *sk, int sel_type, select_table *wait);
sel_type307net/socket.csock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type312net/socket.c(sel_type == SEL_IN) ? "in" :
sel_type313net/socket.c(sel_type == SEL_OUT) ? "out" : "ex"));
sel_type321net/socket.creturn(sock->ops->select(sock, sel_type, wait));
sel_type59net/unix/sock.cstatic int unix_proto_select(struct socket *sock, int sel_type, select_table * wait);
sel_type671net/unix/sock.cunix_proto_select(struct socket *sock, int sel_type, select_table * wait)
sel_type677net/unix/sock.cif (sel_type == SEL_IN) {
sel_type689net/unix/sock.cif (sel_type == SEL_IN) {
sel_type702net/unix/sock.cif (sel_type == SEL_OUT) {