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_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_type256kernel/chr_drv/psaux.cstatic int aux_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type258kernel/chr_drv/psaux.cif (sel_type != SEL_IN)
sel_type760kernel/chr_drv/tty_io.cstatic int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type776kernel/chr_drv/tty_io.cswitch (sel_type) {
sel_type55net/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_type310net/tcp/packet.cint udp_select (volatile struct sock *sk, int sel_type, select_table *wait);
sel_type449net/tcp/raw.cint udp_select (volatile struct sock *sk, int sel_type, select_table *wait);
sel_type1569net/tcp/sock.cip_proto_select (struct socket *sock, int sel_type, select_table *wait )
sel_type1584net/tcp/sock.creturn (sk->prot->select(sk, sel_type, wait));
sel_type235net/tcp/tcp.ctcp_select (volatile struct sock *sk, int sel_type, select_table *wait)
sel_type237net/tcp/tcp.cswitch (sel_type)
sel_type101net/tcp/udp.cudp_select (volatile struct sock *sk, int sel_type, select_table *wait)
sel_type104net/tcp/udp.cswitch (sel_type)
sel_type59net/unix.cstatic int unix_proto_select(struct socket *sock, int sel_type, select_table * wait);
sel_type655net/unix.cunix_proto_select(struct socket *sock, int sel_type, select_table * wait)
sel_type663net/unix.cif (sel_type == SEL_IN) {
sel_type676net/unix.cif (sel_type == SEL_IN) {
sel_type689net/unix.cif (sel_type == SEL_OUT) {