Home
last modified time | relevance | path

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

12345678910>>...13

/openbmc/linux/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c174 e.events = EPOLLIN; in TEST()
205 e.events = EPOLLIN | EPOLLET; in TEST()
237 events[0].events = EPOLLIN; in TEST()
240 events[0].events = EPOLLIN; in TEST()
275 events[0].events = EPOLLIN | EPOLLET; in TEST()
278 events[0].events = EPOLLIN | EPOLLET; in TEST()
313 e.events = EPOLLIN; in TEST()
352 e.events = EPOLLIN | EPOLLET; in TEST()
393 events[0].events = EPOLLIN; in TEST()
396 events[0].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/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/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/phosphor-bmc-code-mgmt/bmc/
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.c28 return (pfd_events & G_IO_IN ? EPOLLIN : 0) | in epoll_events_from_pfd()
83 int revents = (ev & EPOLLIN ? G_IO_IN : 0) | in fdmon_epoll_wait()
/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/linux/drivers/vfio/
H A Dvirqfd.c45 if (flags & EPOLLIN) { in virqfd_wakeup()
180 if (events & EPOLLIN) { in vfio_virqfd_enable()
/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()
/openbmc/linux/include/uapi/linux/
H A Deventpoll.h31 #define EPOLLIN (__force __poll_t)0x00000001 macro
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpldm_interface.cpp229 _event, _fd, EPOLLIN, in registerReceiveCallback()
281 if (!(revents & EPOLLIN)) in receive()
/openbmc/sdbusplus/src/async/
H A Dfdio.cpp15 source = event_loop().add_io(fd, EPOLLIN, eventHandler, this); in fdio()
/openbmc/linux/fs/proc/
H A Dkmsg.c44 return EPOLLIN | EPOLLRDNORM; in kmsg_poll()
/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/phosphor-logging/test/openpower-pels/
H A Dmocks.hpp219 _event, fd, EPOLLIN, in send()
253 if (!(events & EPOLLIN)) in receive()
/openbmc/sdeventplus/example/
H A Ddelayed_echo.cpp58 IO ioSource(event, STDIN_FILENO, EPOLLIN, std::move(ioCb)); in main()
/openbmc/google-misc/subprojects/dhcp-done/
H A Ddhcp-done.cpp50 event, listener.get(), EPOLLIN | EPOLLET, in main()
/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/tools/thermal/lib/
H A Dmainloop.c59 .events = EPOLLIN, in mainloop_add()
/openbmc/linux/drivers/media/rc/
H A Dlirc_dev.c98 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in lirc_raw_event()
119 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in lirc_scancode_event()
593 events = EPOLLIN | EPOLLRDNORM; in lirc_poll()
597 events = EPOLLIN | EPOLLRDNORM; in lirc_poll()
/openbmc/linux/tools/testing/selftests/connector/
H A Dproc_filter.c118 evn.events = EPOLLIN; in register_proc_netlink()
227 if (!(ev[i].events & EPOLLIN)) in handle_events()

12345678910>>...13