taglinefilesource code
sel_type180drivers/char/atixlmouse.cstatic int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type182drivers/char/atixlmouse.cif (sel_type != SEL_IN)
sel_type217drivers/char/busmouse.cstatic int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type219drivers/char/busmouse.cif (sel_type == SEL_IN) {
sel_type156drivers/char/msbusmouse.cstatic int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type158drivers/char/msbusmouse.cif (sel_type != SEL_IN)
sel_type968drivers/char/n_tty.cstruct file * file, int sel_type, select_table *wait)
sel_type970drivers/char/n_tty.cswitch (sel_type) {
sel_type459drivers/char/psaux.cstatic int aux_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type461drivers/char/psaux.cif (sel_type != SEL_IN)
sel_type301drivers/char/tty_io.cstatic int hung_up_tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type1215drivers/char/tty_io.cstatic int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type1224drivers/char/tty_io.creturn (tty->ldisc.select)(tty, inode, filp, sel_type, wait);
sel_type244drivers/net/ppp.cstruct file *filp, int sel_type, select_table * wait);
sel_type2628drivers/net/ppp.cstruct file *filp, int sel_type, select_table * wait)
sel_type2646drivers/net/ppp.cswitch (sel_type) {
sel_type474drivers/scsi/sg.cstatic int sg_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type480drivers/scsi/sg.cif (sel_type == SEL_IN) {
sel_type488drivers/scsi/sg.cif (sel_type == SEL_OUT) {
sel_type485drivers/sound/audio.caudio_select (int dev, struct fileinfo *file, int sel_type, select_table * wait)
sel_type490drivers/sound/audio.cswitch (sel_type)
sel_type497drivers/sound/audio.creturn DMAbuf_select (dev, file, sel_type, wait);
sel_type507drivers/sound/audio.creturn DMAbuf_select (dev, file, sel_type, wait);
sel_type1446drivers/sound/dmabuf.cDMAbuf_select (int dev, struct fileinfo *file, int sel_type, select_table * wait)
sel_type1451drivers/sound/dmabuf.cswitch (sel_type)
sel_type532drivers/sound/midibuf.cMIDIbuf_select (int dev, struct fileinfo *file, int sel_type, select_table * wait)
sel_type536drivers/sound/midibuf.cswitch (sel_type)
sel_type1947drivers/sound/sequencer.csequencer_select (int dev, struct fileinfo *file, int sel_type, select_table * wait)
sel_type1953drivers/sound/sequencer.cswitch (sel_type)
sel_type2157drivers/sound/sequencer.csequencer_select (int dev, struct fileinfo *file, int sel_type, select_table * wait)
sel_type19drivers/sound/sound_calls.hint DMAbuf_select(int dev, struct fileinfo *file, int sel_type, select_table * wait);
sel_type35drivers/sound/sound_calls.hint audio_select(int dev, struct fileinfo *file, int sel_type, select_table * wait);
sel_type55drivers/sound/sound_calls.hint sequencer_select(int dev, struct fileinfo *file, int sel_type, select_table * wait);
sel_type71drivers/sound/sound_calls.hint MIDIbuf_select(int dev, struct fileinfo *file, int sel_type, select_table * wait);
sel_type208drivers/sound/soundcard.csound_select (struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type215drivers/sound/soundcard.cDEB (printk ("sound_select(dev=%d, type=0x%x)\n", dev, sel_type));
sel_type222drivers/sound/soundcard.creturn sequencer_select (dev, &files[dev], sel_type, wait);
sel_type228drivers/sound/soundcard.creturn MIDIbuf_select (dev, &files[dev], sel_type, wait);
sel_type236drivers/sound/soundcard.creturn audio_select (dev, &files[dev], sel_type, wait);
sel_type150fs/pipe.cstatic int pipe_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type152fs/pipe.cswitch (sel_type) {
sel_type176fs/pipe.cstatic int fifo_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type178fs/pipe.cswitch (sel_type) {
sel_type219fs/pipe.cstatic int connect_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type221fs/pipe.cswitch (sel_type) {
sel_type36fs/proc/kmsg.cstatic int kmsg_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type38fs/proc/kmsg.cif (sel_type != SEL_IN)
sel_type109include/linux/net.hint  (*select)  (struct socket *sock, int sel_type,
sel_type365include/linux/skbuff.hextern int      datagram_select(struct sock *sk, int sel_type, select_table *wait);
sel_type30include/linux/tty_ldisc.hstruct file * file, int sel_type,
sel_type1762net/appletalk/ddp.cstatic int atalk_select(struct socket *sock , int sel_type, select_table *wait)
sel_type1766net/appletalk/ddp.creturn datagram_select(sk,sel_type,wait);
sel_type1951net/ax25/af_ax25.cstatic int ax25_select(struct socket *sock , int sel_type, select_table *wait)
sel_type1955net/ax25/af_ax25.creturn datagram_select(sk, sel_type, wait);
sel_type192net/core/datagram.cint datagram_select(struct sock *sk, int sel_type, select_table *wait)
sel_type195net/core/datagram.cswitch(sel_type)
sel_type1269net/ipv4/af_inet.cstatic int inet_select(struct socket *sock, int sel_type, select_table *wait )
sel_type1276net/ipv4/af_inet.creturn(sk->prot->select(sk, sel_type, wait));
sel_type1171net/ipv4/tcp.cstatic int tcp_listen_select(struct sock *sk, int sel_type, select_table *wait)
sel_type1173net/ipv4/tcp.cif (sel_type == SEL_IN) {
sel_type1194net/ipv4/tcp.cstatic int tcp_select(struct sock *sk, int sel_type, select_table *wait)
sel_type1197net/ipv4/tcp.creturn tcp_listen_select(sk, sel_type, wait);
sel_type1199net/ipv4/tcp.cswitch(sel_type) {
sel_type1813net/ipx/af_ipx.cstatic int ipx_select(struct socket *sock , int sel_type, select_table *wait)
sel_type1817net/ipx/af_ipx.creturn datagram_select(sk,sel_type,wait);
sel_type1254net/netrom/af_netrom.cstatic int nr_select(struct socket *sock , int sel_type, select_table *wait)
sel_type1258net/netrom/af_netrom.creturn datagram_select(sk, sel_type, wait);
sel_type378net/socket.cstatic int sock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type389net/socket.creturn(sock->ops->select(sock, sel_type, wait));
sel_type926net/unix/af_unix.cstatic int unix_select(struct socket *sock,  int sel_type, select_table *wait)
sel_type928net/unix/af_unix.creturn datagram_select(sock->data,sel_type,wait);