/third_party/musl/src/linux/ |
H A D | timerfd.c | 1 #include <sys/timerfd.h>
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_timerfd.rs | 2 use nix::sys::timerfd::{
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-kvm.c | 34 #include <sys/timerfd.h> 1372 kvm->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in perf_kvm__timerfd_create() 1373 if (kvm->timerfd < 0) { in perf_kvm__timerfd_create() 1383 if (timerfd_settime(kvm->timerfd, 0, &new_value, NULL) != 0) { in perf_kvm__timerfd_create() 1385 close(kvm->timerfd); in perf_kvm__timerfd_create() 1399 rc = read(kvm->timerfd, &c, sizeof(uint64_t)); in perf_kvm__handle_timerfd() 1492 if (evlist__add_pollfd(kvm->evlist, kvm->timerfd) < 0) in kvm_events_live_report() 1534 if (kvm->timerfd >= 0) in kvm_events_live_report() 1535 close(kvm->timerfd); in kvm_events_live_report()
|
/kernel/linux/linux-5.10/tools/testing/selftests/timens/ |
H A D | timerfd.c | 5 #include <sys/timerfd.h>
|
H A D | clock_nanosleep.c | 5 #include <sys/timerfd.h>
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | kvm-stat.h | 103 int timerfd; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | kvm-stat.h | 106 int timerfd; member
|
H A D | evlist.c | 48 #include <sys/timerfd.h> 2240 * @timerfd: timer file descriptor 2252 int timerfd; member 2309 eet->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC); in evlist__parse_event_enable_time() 2310 if (eet->timerfd == -1) { in evlist__parse_event_enable_time() 2316 eet->pollfd_pos = perf_evlist__add_pollfd(&evlist->core, eet->timerfd, NULL, POLLIN, flags); in evlist__parse_event_enable_time() 2329 close(eet->timerfd); in evlist__parse_event_enable_time() 2345 if (timerfd_settime(eet->timerfd, 0, &its, NULL) < 0) { in event_enable_timer__set_timer()
|
/kernel/linux/linux-6.6/tools/testing/selftests/timens/ |
H A D | clock_nanosleep.c | 5 #include <sys/timerfd.h>
|
H A D | timerfd.c | 5 #include <sys/timerfd.h>
|
/test/xts/hats/kernel/syscalls/async/wait4/ |
H A D | Wait4ApiTest.cpp | 34 #include <sys/timerfd.h>
|
/third_party/rust/crates/nix/src/sys/ |
H A D | mod.rs | 212 pub mod timerfd; modules
|
/third_party/libinput/tools/ |
H A D | libinput-record.c | 33 #include <sys/timerfd.h> 2085 arm_timer(int timerfd) in arm_timer() argument 2096 timerfd_settime(timerfd, 0, &interval, NULL); in arm_timer() 2227 int sigfd, timerfd; in mainloop() local 2243 timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC|TFD_NONBLOCK); in mainloop() 2244 add_source(ctx, timerfd, timefd_dispatch, NULL); in mainloop() 2245 arm_timer(timerfd); in mainloop()
|
/kernel/linux/linux-5.10/tools/build/feature/ |
H A D | Makefile | 48 test-timerfd.bin \ 253 $(OUTPUT)test-timerfd.bin:
|
/kernel/linux/linux-6.6/tools/build/feature/ |
H A D | Makefile | 53 test-timerfd.bin \ 276 $(OUTPUT)test-timerfd.bin:
|
/kernel/linux/linux-5.10/fs/ |
H A D | Makefile | 31 obj-$(CONFIG_TIMERFD) += timerfd.o
|
H A D | timerfd.c | 3 * fs/timerfd.c 25 #include <linux/timerfd.h> 430 ufd = anon_inode_getfd("[timerfd]", &timerfd_fops, ctx, in SYSCALL_DEFINE2()
|
/kernel/linux/linux-6.6/fs/ |
H A D | Makefile | 27 obj-$(CONFIG_TIMERFD) += timerfd.o
|
H A D | timerfd.c | 3 * fs/timerfd.c 25 #include <linux/timerfd.h> 446 ufd = anon_inode_getfd("[timerfd]", &timerfd_fops, ctx, in SYSCALL_DEFINE2()
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | timexndk32.cpp | 22 #include <sys/timerfd.h>
|
H A D | fnmatch1ndk32.cpp | 30 #include <sys/timerfd.h>
|
/third_party/libinput/src/ |
H A D | timer.c | 29 #include <sys/timerfd.h> 180 "timer: error %d reading from timerfd (%s)", in libinput_timer_dispatch()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | general.h | 52 #include <linux/timerfd.h> 268 // Flags for timerfd
|
/kernel/linux/linux-6.6/tools/thermal/thermometer/ |
H A D | thermometer.c | 14 #include <sys/timerfd.h>
|
/third_party/alsa-utils/amidi/ |
H A D | amidi.c | 34 #include <sys/timerfd.h>
|