/openbmc/linux/tools/testing/selftests/filesystems/epoll/ |
H A D | epoll_wakeup_test.c | 174 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 D | io.cpp | 63 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 D | watch.cpp | 51 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 D | watch.cpp | 48 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 D | set_state_effecter_async.cpp | 54 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 D | watch.cpp | 60 auto rc = sd_event_add_io(loop, nullptr, fd, EPOLLIN, callback, this); in Watch() 83 if (!(revents & EPOLLIN)) in callback()
|
H A D | sync_watch.cpp | 49 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 D | fdmon-epoll.c | 28 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 D | eventfd.c | 67 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 D | timerfd.c | 70 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 D | virqfd.c | 45 if (flags & EPOLLIN) { in virqfd_wakeup() 180 if (events & EPOLLIN) { in vfio_virqfd_enable()
|
/openbmc/phosphor-gpio-monitor/ |
H A D | evdev.cpp | 59 auto rc = sd_event_add_io(event.get(), &sourcePtr, (fd)(), EPOLLIN, in registerCallback()
|
/openbmc/phosphor-debug-collector/ |
H A D | core_manager.hpp | 50 coreWatch(eventLoop, IN_NONBLOCK, coreFileEvent, EPOLLIN, CORE_FILE_DIR, in Manager()
|
/openbmc/linux/include/uapi/linux/ |
H A D | eventpoll.h | 31 #define EPOLLIN (__force __poll_t)0x00000001 macro
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | pldm_interface.cpp | 229 _event, _fd, EPOLLIN, in registerReceiveCallback() 281 if (!(revents & EPOLLIN)) in receive()
|
/openbmc/sdbusplus/src/async/ |
H A D | fdio.cpp | 15 source = event_loop().add_io(fd, EPOLLIN, eventHandler, this); in fdio()
|
/openbmc/linux/fs/proc/ |
H A D | kmsg.c | 44 return EPOLLIN | EPOLLRDNORM; in kmsg_poll()
|
/openbmc/linux/tools/perf/bench/ |
H A D | epoll-wait.c | 220 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 D | mocks.hpp | 219 _event, fd, EPOLLIN, in send() 253 if (!(events & EPOLLIN)) in receive()
|
/openbmc/sdeventplus/example/ |
H A D | delayed_echo.cpp | 58 IO ioSource(event, STDIN_FILENO, EPOLLIN, std::move(ioCb)); in main()
|
/openbmc/google-misc/subprojects/dhcp-done/ |
H A D | dhcp-done.cpp | 50 event, listener.get(), EPOLLIN | EPOLLET, in main()
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | dev-mcelog.c | 248 return EPOLLIN | EPOLLRDNORM; in mce_chrdev_poll() 250 return EPOLLIN | EPOLLRDNORM; in mce_chrdev_poll()
|
/openbmc/linux/tools/thermal/lib/ |
H A D | mainloop.c | 59 .events = EPOLLIN, in mainloop_add()
|
/openbmc/linux/drivers/media/rc/ |
H A D | lirc_dev.c | 98 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 D | proc_filter.c | 118 evn.events = EPOLLIN; in register_proc_netlink() 227 if (!(ev[i].events & EPOLLIN)) in handle_events()
|