Home
last modified time | relevance | path

Searched refs:EPOLLIN (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/openbmc/linux/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c174 e.events = EPOLLIN; in TEST()
313 e.events = EPOLLIN; in TEST()
485 e.events = EPOLLIN; in TEST()
669 e.events = EPOLLIN; in TEST()
856 e.events = EPOLLIN; in TEST()
859 e.events = EPOLLIN; in TEST()
899 e.events = EPOLLIN; in TEST()
936 e.events = EPOLLIN; in TEST()
1017 e.events = EPOLLIN; in TEST()
1020 e.events = EPOLLIN; in TEST()
[all …]
/openbmc/sdeventplus/test/source/
H A Dio.cpp63 const uint32_t events = EPOLLIN | EPOLLET; in TEST_F()
98 EXPECT_EQ(0, handler(nullptr, 5, EPOLLIN, userdata)); in TEST_F()
101 EXPECT_EQ(EPOLLIN, return_revents); in TEST_F()
104 EXPECT_EQ(0, handler(nullptr, 5, EPOLLIN, userdata)); in TEST_F()
114 const uint32_t events = EPOLLIN | EPOLLET; in TEST_F()
234 const uint32_t events = EPOLLIN | EPOLLOUT; in TEST_F()
251 const uint32_t events = EPOLLIN | EPOLLOUT; in TEST_F()
259 const uint32_t events = EPOLLIN | EPOLLOUT; in TEST_F()
/openbmc/pldm/fw-update/
H A Dwatch.cpp51 auto rc = sd_event_add_io(loop, nullptr, fd, EPOLLIN, callback, this); in Watch()
74 if (!(revents & EPOLLIN)) in callback()
/openbmc/pldm/utilities/requester/
H A Dset_state_effecter_async.cpp54 if (!(revents & EPOLLIN)) in main()
84 IO io(event, pldmTransport.getEventSource(), EPOLLIN, std::move(callback)); in main()
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dwatch.cpp48 auto rc = sd_event_add_io(loop, &sourcePtr, fd(), EPOLLIN, callback, this); in Watch()
69 if (!(revents & EPOLLIN)) in callback()
/openbmc/phosphor-bmc-code-mgmt/
H A Dwatch.cpp60 auto rc = sd_event_add_io(loop, nullptr, fd, EPOLLIN, callback, this); in Watch()
83 if (!(revents & EPOLLIN)) in callback()
H A Dsync_watch.cpp49 auto rc = sd_event_add_io(&loop, nullptr, fd, EPOLLIN, callback, this); in SyncWatch()
80 if (!(revents & EPOLLIN)) in callback()
/openbmc/qemu/util/
H A Dfdmon-epoll.c27 return (pfd_events & G_IO_IN ? EPOLLIN : 0) | in epoll_events_from_pfd()
82 int revents = (ev & EPOLLIN ? G_IO_IN : 0) | in fdmon_epoll_wait()
/openbmc/linux/drivers/vfio/
H A Dvirqfd.c45 if (flags & EPOLLIN) { in virqfd_wakeup()
180 if (events & EPOLLIN) { in vfio_virqfd_enable()
/openbmc/linux/fs/
H A Deventfd.c67 wake_up_locked_poll(&ctx->wqh, EPOLLIN | mask); in eventfd_signal_mask()
179 events |= EPOLLIN; in eventfd_poll()
286 wake_up_locked_poll(&ctx->wqh, EPOLLIN); in eventfd_write()
H A Dtimerfd.c70 wake_up_locked_poll(&ctx->wqh, EPOLLIN); in timerfd_triggered()
111 wake_up_locked_poll(&ctx->wqh, EPOLLIN); in timerfd_clock_was_set()
259 events |= EPOLLIN; in timerfd_poll()
367 wake_up_locked_poll(&ctx->wqh, EPOLLIN); in timerfd_ioctl()
/openbmc/phosphor-gpio-monitor/
H A Devdev.cpp59 auto rc = sd_event_add_io(event.get(), &sourcePtr, (fd)(), EPOLLIN, in registerCallback()
/openbmc/phosphor-debug-collector/
H A Dcore_manager.hpp50 coreWatch(eventLoop, IN_NONBLOCK, coreFileEvent, EPOLLIN, CORE_FILE_DIR, in Manager()
H A Ddump_manager_bmc.hpp59 eventLoop, IN_NONBLOCK, IN_CLOSE_WRITE | IN_CREATE, EPOLLIN, in Manager()
/openbmc/linux/include/uapi/linux/
H A Deventpoll.h31 #define EPOLLIN (__force __poll_t)0x00000001 macro
/openbmc/linux/fs/proc/
H A Dkmsg.c44 return EPOLLIN | EPOLLRDNORM; in kmsg_poll()
/openbmc/sdeventplus/example/
H A Ddelayed_echo.cpp58 IO ioSource(event, STDIN_FILENO, EPOLLIN, std::move(ioCb)); in main()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpldm_interface.cpp229 _event, _fd, EPOLLIN, in registerReceiveCallback()
266 if (!(revents & EPOLLIN)) in receive()
/openbmc/google-misc/subprojects/dhcp-done/
H A Ddhcp-done.cpp50 event, listener.get(), EPOLLIN | EPOLLET, in main()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dmocks.hpp219 _event, fd, EPOLLIN, in send()
253 if (!(events & EPOLLIN)) in receive()
/openbmc/linux/tools/thermal/lib/
H A Dmainloop.c59 .events = EPOLLIN, in mainloop_add()
/openbmc/linux/tools/perf/bench/
H A Depoll-wait.c220 ev.events = EPOLLIN | EPOLLET; in workerfn()
226 ev.events |= EPOLLIN | EPOLLONESHOT; in workerfn()
297 int ret = 0, events = EPOLLIN; in do_threads()
/openbmc/slpd-lite/
H A Dslp_server.cpp87 r = sd_event_add_io(eventPtr.get(), nullptr, fd, EPOLLIN, this->callme, in run()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Ddev-mcelog.c248 return EPOLLIN | EPOLLRDNORM; in mce_chrdev_poll()
250 return EPOLLIN | EPOLLRDNORM; in mce_chrdev_poll()
/openbmc/linux/arch/um/os-Linux/
H A Dirq.c51 return EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP | EPOLLRDHUP; in os_event_mask()

12345678910>>...13