/linux-3.4.99/include/asm-generic/ |
D | poll.h | 5 #define POLLIN 0x0001 macro
|
/linux-3.4.99/fs/ |
D | eventfd.c | 65 wake_up_locked_poll(&ctx->wqh, POLLIN); in eventfd_signal() 129 events |= POLLIN; in eventfd_poll() 284 wake_up_locked_poll(&ctx->wqh, POLLIN); in eventfd_write()
|
D | pipe.c | 643 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()
|
/linux-3.4.99/fs/proc/ |
D | kmsg.c | 46 return POLLIN | POLLRDNORM; in kmsg_poll()
|
/linux-3.4.99/net/bluetooth/ |
D | af_bluetooth.c | 411 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/ |
D | af_rds.c | 189 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/tools/virtio/ |
D | virtio_test.c | 102 dev->fds[info->idx].events = POLLIN; in vq_info_add() 142 if (dev->fds[i].revents & POLLIN) { in wait_for_interrupt()
|
/linux-3.4.99/net/9p/ |
D | trans_fd.c | 254 ret = (ret & ~POLLOUT) | (n & ~POLLIN); in p9_fd_poll() 384 n = POLLIN; in p9_read_work() 388 if (n & POLLIN) { in p9_read_work() 594 if (n & POLLIN) { in p9_conn_create() 628 if (n & POLLIN) { in p9_poll_mux()
|
/linux-3.4.99/arch/x86/um/ |
D | user-offsets.c | 87 DEFINE(UM_POLLIN, POLLIN); in foo()
|
/linux-3.4.99/net/core/ |
D | datagram.c | 76 if (bits && !(bits & (POLLIN | POLLERR))) in receiver_wake_function() 755 mask |= POLLRDHUP | POLLIN | POLLRDNORM; in datagram_poll() 761 mask |= POLLIN | POLLRDNORM; in datagram_poll()
|
/linux-3.4.99/include/linux/ |
D | poll.h | 26 #define DEFAULT_POLLMASK (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM)
|
/linux-3.4.99/arch/powerpc/platforms/cell/spufs/ |
D | hw_ops.c | 74 if (events & (POLLIN | POLLRDNORM)) { in spu_hw_mbox_stat_poll() 76 ret |= POLLIN | POLLRDNORM; in spu_hw_mbox_stat_poll()
|
D | backing_ops.c | 104 if (events & (POLLIN | POLLRDNORM)) { in spu_backing_mbox_stat_poll() 106 ret |= POLLIN | POLLRDNORM; in spu_backing_mbox_stat_poll()
|
/linux-3.4.99/arch/um/os-Linux/ |
D | sigio.c | 251 .events = POLLIN, in setup_initial_poll() 355 .events = read ? POLLIN : POLLOUT, in sigio_broken()
|
/linux-3.4.99/drivers/staging/iio/ |
D | industrialio-event.c | 60 wake_up_locked_poll(&ev_int->wait, POLLIN); in iio_push_event() 81 events = POLLIN | POLLRDNORM; in iio_event_poll()
|
/linux-3.4.99/security/tomoyo/ |
D | audit.c | 456 return POLLIN | POLLRDNORM; in tomoyo_poll_log() 459 return POLLIN | POLLRDNORM; in tomoyo_poll_log()
|
/linux-3.4.99/Documentation/connector/ |
D | ucon.c | 205 pfd.events = POLLIN; in main()
|
/linux-3.4.99/drivers/ptp/ |
D | ptp_chardev.c | 104 return queue_cnt(&ptp->tsevq) ? POLLIN : 0; in ptp_poll()
|
/linux-3.4.99/drivers/isdn/hardware/eicon/ |
D | divamnt.c | 125 mask |= POLLIN | POLLRDNORM; in maint_poll()
|
/linux-3.4.99/sound/core/seq/oss/ |
D | seq_oss_rw.c | 207 mask |= POLLIN | POLLRDNORM; in snd_seq_oss_poll()
|
/linux-3.4.99/virt/kvm/ |
D | eventfd.c | 136 if (flags & POLLIN) { in irqfd_wakeup() 265 if (events & POLLIN) in kvm_irqfd_assign()
|
/linux-3.4.99/Documentation/timers/ |
D | hpet_example.c | 178 pfd.events = POLLIN; in hpet_poll()
|
/linux-3.4.99/drivers/acpi/ |
D | event.c | 104 return POLLIN | POLLRDNORM; in acpi_system_poll_event()
|
/linux-3.4.99/drivers/media/dvb/firewire/ |
D | firedtv-ci.c | 212 return POLLIN; in fdtv_ca_io_poll()
|
/linux-3.4.99/drivers/media/dvb/dvb-core/ |
D | dmxdev.c | 1104 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()
|