Home
last modified time | relevance | path

Searched refs:POLLIN (Results 1 – 25 of 254) sorted by relevance

1234567891011

/linux-3.4.99/include/asm-generic/
Dpoll.h5 #define POLLIN 0x0001 macro
/linux-3.4.99/fs/
Deventfd.c65 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()
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()
/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/tools/virtio/
Dvirtio_test.c102 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/
Dtrans_fd.c254 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/
Duser-offsets.c87 DEFINE(UM_POLLIN, POLLIN); in foo()
/linux-3.4.99/net/core/
Ddatagram.c76 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/
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/arch/um/os-Linux/
Dsigio.c251 .events = POLLIN, in setup_initial_poll()
355 .events = read ? POLLIN : POLLOUT, in sigio_broken()
/linux-3.4.99/drivers/staging/iio/
Dindustrialio-event.c60 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/
Daudit.c456 return POLLIN | POLLRDNORM; in tomoyo_poll_log()
459 return POLLIN | POLLRDNORM; in tomoyo_poll_log()
/linux-3.4.99/Documentation/connector/
Ducon.c205 pfd.events = POLLIN; in main()
/linux-3.4.99/drivers/ptp/
Dptp_chardev.c104 return queue_cnt(&ptp->tsevq) ? POLLIN : 0; in ptp_poll()
/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/virt/kvm/
Deventfd.c136 if (flags & POLLIN) { in irqfd_wakeup()
265 if (events & POLLIN) in kvm_irqfd_assign()
/linux-3.4.99/Documentation/timers/
Dhpet_example.c178 pfd.events = POLLIN; in hpet_poll()
/linux-3.4.99/drivers/acpi/
Devent.c104 return POLLIN | POLLRDNORM; in acpi_system_poll_event()
/linux-3.4.99/drivers/media/dvb/firewire/
Dfiredtv-ci.c212 return POLLIN; in fdtv_ca_io_poll()
/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()

1234567891011