Home
last modified time | relevance | path

Searched refs:timerfd (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c142 int timerfd; in suspend() local
155 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()
156 if (timerfd < 0) in suspend()
160 err = timerfd_settime(timerfd, 0, &spec, NULL); in suspend()
167 close(timerfd); in suspend()
/Linux-v4.19/tools/perf/
Dbuiltin-kvm.c848 kvm->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in perf_kvm__timerfd_create()
849 if (kvm->timerfd < 0) { in perf_kvm__timerfd_create()
859 if (timerfd_settime(kvm->timerfd, 0, &new_value, NULL) != 0) { in perf_kvm__timerfd_create()
861 close(kvm->timerfd); in perf_kvm__timerfd_create()
875 rc = read(kvm->timerfd, &c, sizeof(uint64_t)); in perf_kvm__handle_timerfd()
964 if (perf_evlist__add_pollfd(kvm->evlist, kvm->timerfd) < 0) in kvm_events_live_report()
1004 if (kvm->timerfd >= 0) in kvm_events_live_report()
1005 close(kvm->timerfd); in kvm_events_live_report()
DMakefile.config648 ifeq ($(feature-timerfd), 1)
651 msg := $(warning No timerfd support. Disables 'perf kvm stat live');
/Linux-v4.19/tools/perf/util/
Dkvm-stat.h100 int timerfd; member
/Linux-v4.19/tools/build/feature/
DMakefile44 test-timerfd.bin \
223 $(OUTPUT)test-timerfd.bin:
/Linux-v4.19/tools/build/
DMakefile.feature62 timerfd \
/Linux-v4.19/fs/
DMakefile29 obj-$(CONFIG_TIMERFD) += timerfd.o
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl327 317 common timerfd - -
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl327 317 common timerfd - -
/Linux-v4.19/init/
DKconfig1340 bool "Enable timerfd() system call" if EXPERT
1344 Enable the timerfd() system call that allows to receive timer
/Linux-v4.19/
DMAINTAINERS11618 F: fs/timerfd.c