Searched refs:POLLIN (Results 51 - 65 of 65) sorted by relevance

123

/linux-master/arch/um/os-Linux/
H A Dfile.c693 pollfds[i].events = POLLIN;
/linux-master/tools/iio/
H A Diio_generic_buffer.c727 .events = POLLIN,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_metadata.c294 fds.events = POLLIN;
/linux-master/tools/virtio/
H A Dvhost_net_test.c263 if (vq->fds.revents & POLLIN)
/linux-master/tools/lib/perf/
H A Devlist.c529 revent = !overwrite ? POLLIN : 0;
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3423 pollfd.events = POLLIN | POLLOUT;
3426 EXPECT_EQ(pollfd.revents, POLLIN);
3442 pollfd.events = POLLIN | POLLOUT;
3855 pollfd.events = POLLIN | POLLOUT;
3858 EXPECT_EQ(pollfd.revents, POLLIN);
3863 pollfd.events = POLLIN | POLLOUT;
/linux-master/tools/perf/
H A Dbuiltin-top.c496 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN };
675 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN };
H A Dbuiltin-kvm.c1517 if (fda->entries[nr_stdin].revents & POLLIN)
H A Dbuiltin-record.c1257 POLLIN | POLLERR | POLLHUP, fdarray_flag__nonfilterable);
/linux-master/drivers/scsi/cxlflash/
H A Docxl_hw.c993 mask |= POLLIN | POLLRDNORM;
/linux-master/tools/testing/selftests/tpm2/
H A Dtpm2.py385 self.tpm_poll.register(self.tpm, select.POLLIN)
/linux-master/tools/testing/selftests/alsa/
H A Dmixer-test.c222 if (!(revents & POLLIN)) {
223 ksft_print_msg("No POLLIN\n");
/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.c1067 fds.events = POLLIN;
1086 if (!(fds.revents & 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;

Completed in 283 milliseconds

123