Searched refs:eventfd (Results 1 – 22 of 22) sorted by relevance
/tools/build/feature/ |
D | test-eventfd.c | 8 return eventfd(0, EFD_NONBLOCK); in main()
|
D | Makefile | 10 test-eventfd.bin \ 124 $(OUTPUT)test-eventfd.bin:
|
/tools/cgroup/ |
D | cgroup_event_listener.c | 47 efd = eventfd(0, 0); in main()
|
/tools/virtio/ringtest/ |
D | main.c | 302 kickfd = eventfd(0, 0); in main() 304 callfd = eventfd(0, 0); in main()
|
/tools/virtio/ |
D | virtio_test.c | 116 info->kick = eventfd(0, EFD_NONBLOCK); in vq_info_add() 117 info->call = eventfd(0, EFD_NONBLOCK); in vq_info_add()
|
/tools/testing/selftests/kvm/x86_64/ |
D | xen_shinfo_test.c | 540 irq_fd[0] = eventfd(0, 0); in main() 541 irq_fd[1] = eventfd(0, 0); in main() 605 inj.u.evtchn.deliver.eventfd.port = 0; in main() 606 inj.u.evtchn.deliver.eventfd.fd = irq_fd[1]; in main()
|
/tools/build/ |
D | Makefile.feature | 35 eventfd \
|
/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 285 evfd = eventfd(0, 0); in main()
|
/tools/testing/selftests/uevent/ |
D | uevent_filtering.c | 375 sync_fd = eventfd(0, EFD_CLOEXEC); in TEST()
|
/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 293 evfd = eventfd(0, 0); in main()
|
/tools/perf/bench/ |
D | epoll-ctl.c | 249 w->fdmap[j] = eventfd(0, EFD_NONBLOCK); in do_threads()
|
D | epoll-wait.c | 338 w->fdmap[j] = eventfd(0, EFD_NONBLOCK); in do_threads()
|
/tools/perf/arch/mips/entry/syscalls/ |
D | syscall_n64.tbl | 289 278 n64 eventfd sys_eventfd
|
/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 295 284 common eventfd sys_eventfd
|
/tools/testing/selftests/kvm/aarch64/ |
D | vgic_irq.c | 631 fd[f] = eventfd(0, 0); in kvm_routing_and_irqfd_check()
|
/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 328 318 common eventfd sys_eventfd sys_eventfd
|
/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 396 307 common eventfd sys_eventfd
|
/tools/testing/selftests/filesystems/epoll/ |
D | epoll_wakeup_test.c | 3131 ctx.sfd[0] = eventfd(1, 0); in TEST() 3243 ctx.evfd[i] = eventfd(0, EFD_NONBLOCK); in TEST() 3351 ctx.evfd = eventfd(0, EFD_NONBLOCK); in TEST()
|
/tools/include/uapi/linux/ |
D | kvm.h | 1814 } eventfd; member
|
/tools/perf/ |
D | Makefile.config | 416 ifeq ($(feature-eventfd), 1)
|
D | builtin-record.c | 2375 done_fd = eventfd(0, EFD_NONBLOCK); in __cmd_record()
|
/tools/testing/selftests/iommu/ |
D | iommufd.c | 901 efd = eventfd(0, EFD_CLOEXEC); in TEST_F()
|