Home
last modified time | relevance | path

Searched refs:POLLRDNORM (Results 1 – 25 of 223) sorted by relevance

123456789

/linux-3.4.99/include/asm-generic/
Dpoll.h13 #define POLLRDNORM 0x0040 macro
/linux-3.4.99/fs/proc/
Dkmsg.c46 return POLLIN | POLLRDNORM; in kmsg_poll()
/linux-3.4.99/net/bluetooth/
Daf_bluetooth.c411 return POLLIN | POLLRDNORM; in bt_accept_poll()
433 mask |= POLLRDHUP | POLLIN | POLLRDNORM; in bt_sock_poll()
439 mask |= POLLIN | POLLRDNORM; in bt_sock_poll()
/linux-3.4.99/net/rds/
Daf_rds.c189 mask |= (POLLIN | POLLRDNORM | POLLWRBAND); in rds_poll()
193 mask |= (POLLIN | POLLRDNORM); in rds_poll()
198 mask |= (POLLIN | POLLRDNORM); in rds_poll()
/linux-3.4.99/include/linux/
Dpoll.h26 #define DEFAULT_POLLMASK (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM)
/linux-3.4.99/arch/powerpc/platforms/cell/spufs/
Dhw_ops.c74 if (events & (POLLIN | POLLRDNORM)) { in spu_hw_mbox_stat_poll()
76 ret |= POLLIN | POLLRDNORM; in spu_hw_mbox_stat_poll()
Dbacking_ops.c104 if (events & (POLLIN | POLLRDNORM)) { in spu_backing_mbox_stat_poll()
106 ret |= POLLIN | POLLRDNORM; in spu_backing_mbox_stat_poll()
/linux-3.4.99/crypto/
Dalgif_skcipher.c186 POLLRDNORM | in skcipher_wmem_wakeup()
236 POLLRDNORM | in skcipher_data_wakeup()
517 mask |= POLLIN | POLLRDNORM; in skcipher_poll()
/linux-3.4.99/security/tomoyo/
Daudit.c456 return POLLIN | POLLRDNORM; in tomoyo_poll_log()
459 return POLLIN | POLLRDNORM; in tomoyo_poll_log()
/linux-3.4.99/drivers/isdn/hardware/eicon/
Ddivamnt.c125 mask |= POLLIN | POLLRDNORM; in maint_poll()
/linux-3.4.99/sound/core/seq/oss/
Dseq_oss_rw.c207 mask |= POLLIN | POLLRDNORM; in snd_seq_oss_poll()
/linux-3.4.99/fs/
Dpipe.c643 wake_up_interruptible_sync_poll(&pipe->wait, POLLIN | POLLRDNORM); in pipe_write()
654 wake_up_interruptible_sync_poll(&pipe->wait, POLLIN | POLLRDNORM); in pipe_write()
715 mask = (nrbufs > 0) ? POLLIN | POLLRDNORM : 0; in pipe_poll()
746 …wake_up_interruptible_sync_poll(&pipe->wait, POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM | POLLERR … in pipe_release()
Dfcntl.c519 POLLIN | POLLRDNORM, /* POLL_IN */
521 POLLIN | POLLRDNORM | POLLMSG, /* POLL_MSG */
/linux-3.4.99/drivers/acpi/
Devent.c104 return POLLIN | POLLRDNORM; in acpi_system_poll_event()
/linux-3.4.99/drivers/media/dvb/dvb-core/
Ddmxdev.c1104 mask |= (POLLIN | POLLRDNORM | POLLPRI | POLLERR); in dvb_demux_poll()
1107 mask |= (POLLIN | POLLRDNORM | POLLPRI); in dvb_demux_poll()
1193 mask |= (POLLIN | POLLRDNORM | POLLPRI | POLLERR); in dvb_dvr_poll()
1196 mask |= (POLLIN | POLLRDNORM | POLLPRI); in dvb_dvr_poll()
/linux-3.4.99/drivers/bluetooth/
Dhci_vhci.c211 return POLLIN | POLLRDNORM; in vhci_poll()
/linux-3.4.99/net/mac80211/
Drc80211_pid_debugfs.c128 return POLLIN | POLLRDNORM; in rate_control_pid_events_poll()
/linux-3.4.99/net/core/
Ddatagram.c755 mask |= POLLRDHUP | POLLIN | POLLRDNORM; in datagram_poll()
761 mask |= POLLIN | POLLRDNORM; in datagram_poll()
/linux-3.4.99/drivers/isdn/divert/
Ddivert_procfs.c129 mask |= POLLIN | POLLRDNORM; in isdn_divert_poll()
/linux-3.4.99/net/batman-adv/
Dicmp_socket.c264 return POLLIN | POLLRDNORM; in bat_socket_poll()
/linux-3.4.99/drivers/isdn/mISDN/
Dtimerdev.c141 mask |= (POLLIN | POLLRDNORM); in mISDN_poll()
/linux-3.4.99/sound/core/
Dcompress_offload.c315 return POLLIN | POLLRDNORM; in snd_compr_get_poll()
360 retval = POLLIN | POLLRDNORM | POLLERR; in snd_compr_poll()
/linux-3.4.99/drivers/char/
Dgenrtc.c211 return POLLIN | POLLRDNORM; in gen_rtc_poll()
/linux-3.4.99/include/net/
Dinet_connection_sock.h328 (POLLIN | POLLRDNORM) : 0; in inet_csk_listen_poll()
/linux-3.4.99/arch/powerpc/kernel/
Drtasd.c348 return POLLIN | POLLRDNORM; in rtas_log_poll()

123456789