taglinefilesource code
sel_type846drivers/char/apm_bios.cstatic int do_select(struct inode *inode, struct file *fp, int sel_type,
sel_type854drivers/char/apm_bios.cif (sel_type != SEL_IN)
sel_type173drivers/char/atixlmouse.cstatic int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type175drivers/char/atixlmouse.cif (sel_type != SEL_IN)
sel_type219drivers/char/busmouse.cstatic int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type221drivers/char/busmouse.cif (sel_type == SEL_IN) {
sel_type149drivers/char/msbusmouse.cstatic int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type151drivers/char/msbusmouse.cif (sel_type != SEL_IN)
sel_type977drivers/char/n_tty.cstruct file * file, int sel_type, select_table *wait)
sel_type979drivers/char/n_tty.cswitch (sel_type) {
sel_type454drivers/char/psaux.cstatic int aux_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type456drivers/char/psaux.cif (sel_type != SEL_IN)
sel_type239drivers/char/random.cint sel_type, select_table * wait);
sel_type697drivers/char/random.cint sel_type, select_table * wait)
sel_type699drivers/char/random.cif (sel_type == SEL_IN) {
sel_type80drivers/char/rtc.cint sel_type, select_table *wait);
sel_type488drivers/char/rtc.cint sel_type, select_table *wait)
sel_type490drivers/char/rtc.cif (sel_type == SEL_IN) {
sel_type325drivers/char/tty_io.cstatic int hung_up_tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type1245drivers/char/tty_io.cstatic int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type1254drivers/char/tty_io.creturn (tty->ldisc.select)(tty, inode, filp, sel_type, wait);
sel_type198drivers/net/ppp.cstruct file *filp, int sel_type, select_table * wait);
sel_type2583drivers/net/ppp.cstruct file *filp, int sel_type, select_table * wait)
sel_type2601drivers/net/ppp.cswitch (sel_type) {
sel_type459drivers/scsi/sg.cstatic int sg_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type465drivers/scsi/sg.cif (sel_type == SEL_IN) {
sel_type473drivers/scsi/sg.cif (sel_type == SEL_OUT) {
sel_type476drivers/sound/audio.caudio_select (int dev, struct fileinfo *file, int sel_type, select_table_handle * wait)
sel_type483drivers/sound/audio.cswitch (sel_type)
sel_type491drivers/sound/audio.creturn DMAbuf_select (dev, file, sel_type, wait);
sel_type505drivers/sound/audio.creturn DMAbuf_select (dev, file, sel_type, wait);
sel_type1625drivers/sound/dmabuf.cDMAbuf_select (int dev, struct fileinfo *file, int sel_type, select_table_handle * wait)
sel_type1630drivers/sound/dmabuf.cswitch (sel_type)
sel_type507drivers/sound/midibuf.cMIDIbuf_select (int dev, struct fileinfo *file, int sel_type, select_table_handle * wait)
sel_type511drivers/sound/midibuf.cswitch (sel_type)
sel_type1898drivers/sound/sequencer.csequencer_select (int dev, struct fileinfo *file, int sel_type, select_table_handle * wait)
sel_type1904drivers/sound/sequencer.cswitch (sel_type)
sel_type21drivers/sound/sound_calls.hint DMAbuf_select(int dev, struct fileinfo *file, int sel_type, select_table_handle * wait);
sel_type37drivers/sound/sound_calls.hint audio_select(int dev, struct fileinfo *file, int sel_type, select_table_handle * wait);
sel_type57drivers/sound/sound_calls.hint sequencer_select(int dev, struct fileinfo *file, int sel_type, select_table_handle * wait);
sel_type73drivers/sound/sound_calls.hint MIDIbuf_select(int dev, struct fileinfo *file, int sel_type, select_table_handle * wait);
sel_type193drivers/sound/soundcard.csound_select (inode_handle * inode, file_handle * file, int sel_type, select_table_handle * wait)
sel_type201drivers/sound/soundcard.cDEB (printk ("sound_select(dev=%d, type=0x%x)\n", dev, sel_type));
sel_type208drivers/sound/soundcard.creturn sequencer_select (dev, &files[dev], sel_type, wait);
sel_type214drivers/sound/soundcard.creturn MIDIbuf_select (dev, &files[dev], sel_type, wait);
sel_type222drivers/sound/soundcard.creturn audio_select (dev, &files[dev], sel_type, wait);
sel_type155fs/pipe.cstatic int pipe_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type157fs/pipe.cswitch (sel_type) {
sel_type182fs/pipe.cstatic int fifo_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type184fs/pipe.cswitch (sel_type) {
sel_type230fs/pipe.cstatic int connect_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type232fs/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_type106include/linux/net.hint  (*select)  (struct socket *sock, int sel_type,
sel_type444include/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_type1864net/appletalk/ddp.cstatic int atalk_select(struct socket *sock , int sel_type, select_table *wait)
sel_type1868net/appletalk/ddp.creturn datagram_select(sk,sel_type,wait);
sel_type2155net/ax25/af_ax25.cstatic int ax25_select(struct socket *sock , int sel_type, select_table *wait)
sel_type2159net/ax25/af_ax25.creturn datagram_select(sk, sel_type, wait);
sel_type179net/core/datagram.cint datagram_select(struct sock *sk, int sel_type, select_table *wait)
sel_type182net/core/datagram.cswitch(sel_type)
sel_type1183net/ipv4/af_inet.cstatic int inet_select(struct socket *sock, int sel_type, select_table *wait )
sel_type1190net/ipv4/af_inet.creturn(sk->prot->select(sk, sel_type, wait));
sel_type685net/ipv4/tcp.cstatic int tcp_listen_select(struct sock *sk, int sel_type, select_table *wait)
sel_type687net/ipv4/tcp.cif (sel_type == SEL_IN) {
sel_type708net/ipv4/tcp.cstatic int tcp_select(struct sock *sk, int sel_type, select_table *wait)
sel_type711net/ipv4/tcp.creturn tcp_listen_select(sk, sel_type, wait);
sel_type713net/ipv4/tcp.cswitch(sel_type) {
sel_type2162net/ipx/af_ipx.cstatic int ipx_select(struct socket *sock , int sel_type, select_table *wait)
sel_type2166net/ipx/af_ipx.creturn datagram_select(sk,sel_type,wait);
sel_type1223net/netrom/af_netrom.cstatic int nr_select(struct socket *sock , int sel_type, select_table *wait)
sel_type1227net/netrom/af_netrom.creturn datagram_select(sk, sel_type, wait);
sel_type410net/socket.cstatic int sock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type421net/socket.creturn(sock->ops->select(sock, sel_type, wait));
sel_type1193net/unix/af_unix.cstatic int unix_select(struct socket *sock,  int sel_type, select_table *wait)
sel_type1195net/unix/af_unix.creturn datagram_select(sock->data,sel_type,wait);