taglinefilesource code
sel_type123fs/pipe.cstatic int pipe_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type125fs/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_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_type179kernel/chr_drv/tty_io.cstatic int hung_up_tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type1146kernel/chr_drv/tty_io.cstatic int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type1162kernel/chr_drv/tty_io.cswitch (sel_type) {
sel_type59net/kern_sock.hint (*select)(struct socket *sock, int sel_type, select_table * wait);
sel_type297net/socket.csock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type302net/socket.c(sel_type == SEL_IN) ? "in" :
sel_type303net/socket.c(sel_type == SEL_OUT) ? "out" : "ex"));
sel_type312net/socket.creturn sock->ops->select(sock, sel_type, wait);
sel_type317net/tcp/packet.cint udp_select (volatile struct sock *sk, int sel_type, select_table *wait);
sel_type457net/tcp/raw.cint udp_select (volatile struct sock *sk, int sel_type, select_table *wait);
sel_type1615net/tcp/sock.cip_proto_select (struct socket *sock, int sel_type, select_table *wait )
sel_type1630net/tcp/sock.creturn (sk->prot->select(sk, sel_type, wait));
sel_type301net/tcp/tcp.ctcp_select (volatile struct sock *sk, int sel_type, select_table *wait)
sel_type305net/tcp/tcp.csk, sel_type, wait));
sel_type306net/tcp/tcp.cswitch (sel_type)
sel_type110net/tcp/udp.cudp_select (volatile struct sock *sk, int sel_type, select_table *wait)
sel_type113net/tcp/udp.cswitch (sel_type)
sel_type60net/unix.cstatic int unix_proto_select(struct socket *sock, int sel_type, select_table * wait);
sel_type687net/unix.cunix_proto_select(struct socket *sock, int sel_type, select_table * wait)
sel_type695net/unix.cif (sel_type == SEL_IN) {
sel_type708net/unix.cif (sel_type == SEL_IN) {
sel_type721net/unix.cif (sel_type == SEL_OUT) {