Searched refs:timerfd (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/tools/testing/selftests/breakpoints/ |
D | step_after_suspend_test.c | 142 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/ |
D | builtin-kvm.c | 848 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()
|
D | Makefile.config | 648 ifeq ($(feature-timerfd), 1) 651 msg := $(warning No timerfd support. Disables 'perf kvm stat live');
|
/Linux-v4.19/tools/perf/util/ |
D | kvm-stat.h | 100 int timerfd; member
|
/Linux-v4.19/tools/build/feature/ |
D | Makefile | 44 test-timerfd.bin \ 223 $(OUTPUT)test-timerfd.bin:
|
/Linux-v4.19/tools/build/ |
D | Makefile.feature | 62 timerfd \
|
/Linux-v4.19/fs/ |
D | Makefile | 29 obj-$(CONFIG_TIMERFD) += timerfd.o
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 327 317 common timerfd - -
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 327 317 common timerfd - -
|
/Linux-v4.19/init/ |
D | Kconfig | 1340 bool "Enable timerfd() system call" if EXPERT 1344 Enable the timerfd() system call that allows to receive timer
|
/Linux-v4.19/ |
D | MAINTAINERS | 11618 F: fs/timerfd.c
|