Searched refs:POLLIN (Results 1 - 25 of 65) sorted by path

123

/linux-master/samples/connector/
H A Ducon.c191 pfd.events = POLLIN;
/linux-master/samples/timers/
H A Dhpet_example.c179 pfd.events = POLLIN;
/linux-master/tools/firewire/
H A Dnosy-dump.c969 pollfds[0].events = POLLIN;
971 pollfds[1].events = POLLIN;
/linux-master/tools/testing/selftests/net/
H A Dpsock_tpacket.c233 pfd.events = POLLIN | POLLERR;
594 pfd.events = POLLIN | POLLERR;
/linux-master/tools/usb/usbip/src/
H A Dusbipd.c549 fds[i].events = POLLIN;
568 if (fds[i].revents & POLLIN) {
/linux-master/arch/um/drivers/
H A Dubd_user.c40 kernel_pollfd.events = POLLIN;
70 kernel_pollfd.events = POLLIN;
/linux-master/arch/um/os-Linux/
H A Dfile.c693 pollfds[i].events = POLLIN;
H A Dsigio.c270 .events = POLLIN,
374 .events = POLLIN,
/linux-master/arch/x86/um/
H A Duser-offsets.c77 DEFINE(UM_POLLIN, POLLIN);
/linux-master/drivers/misc/bcm-vk/
H A Dbcm_vk_msg.c1261 ret = (__force __poll_t)(POLLIN | POLLRDNORM);
/linux-master/drivers/misc/
H A Dibmvmc.c1022 mask |= POLLIN | POLLRDNORM;
/linux-master/drivers/scsi/cxlflash/
H A Docxl_hw.c993 mask |= POLLIN | POLLRDNORM;
/linux-master/drivers/virt/acrn/
H A Dirqfd.c85 if (poll_bits & POLLIN)
/linux-master/include/uapi/asm-generic/
H A Dpoll.h6 #define POLLIN 0x0001 macro
/linux-master/samples/bpf/
H A Dxdp_sample_user.c1553 pfd[0].events = POLLIN;
1556 pfd[1].events = POLLIN;
1579 if (pfd[0].revents & POLLIN)
1581 else if (pfd[1].revents & POLLIN)
/linux-master/samples/cgroup/
H A Dmemcg_event_listener.c235 fds[0].events = POLLIN;
245 if (fds[0].revents & POLLIN) {
/linux-master/samples/nitro_enclaves/
H A Dne_ioctl_sample.c206 fds[0].events = POLLIN | POLLERR | POLLHUP;
697 fds[0].events = POLLIN;
714 if ((fds[0].revents & POLLIN) == 0) {
/linux-master/samples/uhid/
H A Duhid-example.c430 pfds[0].events = POLLIN;
432 pfds[1].events = POLLIN;
450 if (pfds[0].revents & POLLIN) {
455 if (pfds[1].revents & POLLIN) {
/linux-master/tools/gpio/
H A Dgpio-watch.c56 pfd.events = POLLIN | POLLPRI;
/linux-master/tools/hv/
H A Dhv_vss_daemon.c281 pfd.events = POLLIN;
/linux-master/tools/iio/
H A Diio_generic_buffer.c727 .events = POLLIN,
/linux-master/tools/include/nolibc/
H A Dtypes.h160 #define POLLIN 0x0001 macro
/linux-master/tools/lib/api/
H A Dio.h61 .events = POLLIN,
68 if (n > 0 && !(pfds[0].revents & POLLIN)) {
/linux-master/tools/lib/perf/
H A Devlist.c529 revent = !overwrite ? POLLIN : 0;
/linux-master/tools/perf/bench/
H A Dsched-messaging.c82 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN };

Completed in 440 milliseconds

123