Home
last modified time | relevance | path

Searched refs:POLLIN (Results 76 – 100 of 122) sorted by relevance

12345

/openbmc/linux/samples/bpf/
H A Dxdp_sample_user.c1553 pfd[0].events = POLLIN; in sample_run()
1556 pfd[1].events = POLLIN; in sample_run()
1579 if (pfd[0].revents & POLLIN) in sample_run()
1581 else if (pfd[1].revents & POLLIN) in sample_run()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-poll.rst47 is non-zero). Capture devices set the ``POLLIN`` and ``POLLRDNORM``
/openbmc/debug-trigger/
H A Dmain.c597 dbus_source.pfds[DBUS_SOURCE_PFD_SOURCE].events = POLLIN; in main()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h381 VU_WATCH_IN = POLLIN,
/openbmc/qemu/block/
H A Dnfs.c196 (ev & POLLIN) ? nfs_process_read : NULL, in nfs_set_events()
209 nfs_service(client->context, POLLIN); in nfs_process_read()
/openbmc/libmctp/tests/
H A Dtest_astlpc.c1430 assert(pollfd.events & POLLIN); in astlpc_test_async_exchange()
1446 assert(!(pollfd.events & POLLIN)); in astlpc_test_async_exchange()
1464 assert(pollfd.events & POLLIN); in astlpc_test_async_exchange()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_metadata.c237 fds.events = POLLIN; in verify_xsk_metadata()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D2001-fix-luaL-checkint.patch85 p_fds[i].events &= POLLIN | POLLOUT | POLLPRI;
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0003-fix-luaL-checkint.patch82 p_fds[i].events &= POLLIN | POLLOUT | POLLPRI;
/openbmc/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c214 struct pollfd pfd = { .fd = fd, .events = POLLIN, }; in child_thread()
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1118 self._pollobj.register(self._fd, select.POLLIN)
1199 return ret[0][1] & select.POLLIN
1443 self._pollobj.register(self._pipe[0], select.POLLIN)
/openbmc/linux/Documentation/admin-guide/mm/
H A Duserfaultfd.rst26 1) ``read/POLLIN`` protocol to notify a userland thread of the faults
88 a later API version) which will specify the ``read/POLLIN`` protocol
295 poll() to the ``userfaultfd`` in parallel. When a ``POLLIN`` event is
/openbmc/linux/tools/iio/
H A Diio_generic_buffer.c727 .events = POLLIN, in main()
/openbmc/linux/arch/um/os-Linux/
H A Dfile.c693 pollfds[i].events = POLLIN; in os_poll()
/openbmc/ipmitool/src/plugins/serial/
H A Dserial_terminal.c261 pfd.events = POLLIN; in serial_wait_for_data()
H A Dserial_basic.c455 pfd.events = POLLIN; in serial_bm_wait_for_data()
/openbmc/linux/tools/lib/perf/
H A Devlist.c529 revent = !overwrite ? POLLIN : 0; in mmap_per_evsel()
/openbmc/linux/Documentation/networking/
H A Drds.rst131 POLLIN handling is pretty straightforward. When there's an
133 we signal POLLIN.
H A Dkcm.rst89 When a TCP socket is attached to a KCM multiplexor data ready (POLLIN) and
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3424 pollfd.events = POLLIN | POLLOUT; in TEST()
3427 EXPECT_EQ(pollfd.revents, POLLIN); in TEST()
3443 pollfd.events = POLLIN | POLLOUT; in TEST()
3856 pollfd.events = POLLIN | POLLOUT; in TEST()
3859 EXPECT_EQ(pollfd.revents, POLLIN); in TEST()
3864 pollfd.events = POLLIN | POLLOUT; in TEST()
/openbmc/linux/tools/testing/selftests/tpm2/
H A Dtpm2.py385 self.tpm_poll.register(self.tpm, select.POLLIN)
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c496 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN }; in perf_top__handle_keypress()
676 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN }; in display_thread()
/openbmc/linux/Documentation/usb/
H A Dgadget_printer.rst218 fd[0].events = POLLIN | POLLRDNORM;
/openbmc/linux/tools/net/ynl/lib/
H A Dynl.c755 pfd.events = POLLIN; in ynl_ntf_check()
/openbmc/linux/tools/testing/selftests/alsa/
H A Dmixer-test.c222 if (!(revents & POLLIN)) { in wait_for_event()

12345