Home
last modified time | relevance | path

Searched refs:timerfd (Results 26 - 50 of 60) sorted by relevance

123

/third_party/musl/src/linux/
H A Dtimerfd.c1 #include <sys/timerfd.h>
/third_party/rust/crates/nix/test/sys/
H A Dtest_timerfd.rs2 use nix::sys::timerfd::{
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-kvm.c34 #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 Dtimerfd.c5 #include <sys/timerfd.h>
H A Dclock_nanosleep.c5 #include <sys/timerfd.h>
/kernel/linux/linux-5.10/tools/perf/util/
H A Dkvm-stat.h103 int timerfd; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dkvm-stat.h106 int timerfd; member
H A Devlist.c48 #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 Dclock_nanosleep.c5 #include <sys/timerfd.h>
H A Dtimerfd.c5 #include <sys/timerfd.h>
/test/xts/hats/kernel/syscalls/async/wait4/
H A DWait4ApiTest.cpp34 #include <sys/timerfd.h>
/third_party/rust/crates/nix/src/sys/
H A Dmod.rs212 pub mod timerfd; modules
/third_party/libinput/tools/
H A Dlibinput-record.c33 #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 DMakefile48 test-timerfd.bin \
253 $(OUTPUT)test-timerfd.bin:
/kernel/linux/linux-6.6/tools/build/feature/
H A DMakefile53 test-timerfd.bin \
276 $(OUTPUT)test-timerfd.bin:
/kernel/linux/linux-5.10/fs/
H A DMakefile31 obj-$(CONFIG_TIMERFD) += timerfd.o
H A Dtimerfd.c3 * 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 DMakefile27 obj-$(CONFIG_TIMERFD) += timerfd.o
H A Dtimerfd.c3 * 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 Dtimexndk32.cpp22 #include <sys/timerfd.h>
H A Dfnmatch1ndk32.cpp30 #include <sys/timerfd.h>
/third_party/libinput/src/
H A Dtimer.c29 #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 Dgeneral.h52 #include <linux/timerfd.h>
268 // Flags for timerfd
/kernel/linux/linux-6.6/tools/thermal/thermometer/
H A Dthermometer.c14 #include <sys/timerfd.h>
/third_party/alsa-utils/amidi/
H A Damidi.c34 #include <sys/timerfd.h>

Completed in 18 milliseconds

123