Searched refs:EFD_NONBLOCK (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
H A D | eventfd.c | 6 #ifndef EFD_NONBLOCK 7 #define EFD_NONBLOCK 00004000 macro
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
H A D | eventfd.c | 6 #ifndef EFD_NONBLOCK 7 #define EFD_NONBLOCK 00004000 macro
|
/kernel/linux/linux-5.10/tools/build/feature/ |
H A D | test-eventfd.c | 8 return eventfd(0, EFD_NONBLOCK); in main()
|
/kernel/linux/linux-6.6/tools/build/feature/ |
H A D | test-eventfd.c | 8 return eventfd(0, EFD_NONBLOCK); in main()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | eventfd.h | 9 #define EFD_NONBLOCK O_NONBLOCK macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | eventfd.h | 27 #define EFD_NONBLOCK O_NONBLOCK macro
|
/kernel/linux/linux-5.10/tools/virtio/ |
H A 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()
|
/kernel/linux/linux-6.6/tools/virtio/ |
H A 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()
|
/kernel/linux/linux-5.10/fs/ |
H A D | eventfd.c | 420 BUILD_BUG_ON(EFD_NONBLOCK != O_NONBLOCK); in do_eventfd()
|
/kernel/linux/linux-6.6/fs/ |
H A D | eventfd.c | 397 BUILD_BUG_ON(EFD_NONBLOCK != O_NONBLOCK); in do_eventfd()
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | epoll-wait.c | 331 w->fdmap[j] = eventfd(0, EFD_NONBLOCK); in do_threads()
|
H A D | epoll-ctl.c | 242 w->fdmap[j] = eventfd(0, EFD_NONBLOCK); in do_threads()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | epoll-wait.c | 338 w->fdmap[j] = eventfd(0, EFD_NONBLOCK); in do_threads()
|
H A D | epoll-ctl.c | 249 w->fdmap[j] = eventfd(0, EFD_NONBLOCK); in do_threads()
|
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/epoll/ |
H A D | epoll_wakeup_test.c | 3228 ctx.evfd[i] = eventfd(0, EFD_NONBLOCK); in TEST() 3336 ctx.evfd = eventfd(0, EFD_NONBLOCK); in TEST()
|
/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/epoll/ |
H A D | epoll_wakeup_test.c | 3243 ctx.evfd[i] = eventfd(0, EFD_NONBLOCK); in TEST() 3351 ctx.evfd = eventfd(0, EFD_NONBLOCK); in TEST()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-record.c | 1663 done_fd = eventfd(0, EFD_NONBLOCK); in __cmd_record()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-record.c | 2373 done_fd = eventfd(0, EFD_NONBLOCK); in __cmd_record()
|
Completed in 20 milliseconds