Searched refs:timerfd (Results 1 – 18 of 18) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/breakpoints/ |
| D | step_after_suspend_test.c | 133 int timerfd; in suspend() local 146 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend() 147 if (timerfd < 0) in suspend() 151 err = timerfd_settime(timerfd, 0, &spec, NULL); in suspend() 158 close(timerfd); in suspend()
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-kvm.c | 855 kvm->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in perf_kvm__timerfd_create() 856 if (kvm->timerfd < 0) { in perf_kvm__timerfd_create() 866 if (timerfd_settime(kvm->timerfd, 0, &new_value, NULL) != 0) { in perf_kvm__timerfd_create() 868 close(kvm->timerfd); in perf_kvm__timerfd_create() 882 rc = read(kvm->timerfd, &c, sizeof(uint64_t)); in perf_kvm__handle_timerfd() 971 if (evlist__add_pollfd(kvm->evlist, kvm->timerfd) < 0) in kvm_events_live_report() 1011 if (kvm->timerfd >= 0) in kvm_events_live_report() 1012 close(kvm->timerfd); in kvm_events_live_report()
|
| D | Makefile.config | 706 ifeq ($(feature-timerfd), 1) 709 msg := $(warning No timerfd support. Disables 'perf kvm stat live');
|
| /Linux-v5.4/tools/perf/util/ |
| D | kvm-stat.h | 103 int timerfd; member
|
| /Linux-v5.4/tools/build/feature/ |
| D | Makefile | 48 test-timerfd.bin \ 243 $(OUTPUT)test-timerfd.bin:
|
| /Linux-v5.4/tools/build/ |
| D | Makefile.feature | 64 timerfd \
|
| /Linux-v5.4/fs/ |
| D | Makefile | 30 obj-$(CONFIG_TIMERFD) += timerfd.o
|
| /Linux-v5.4/arch/mips/kernel/syscalls/ |
| D | syscall_n32.tbl | 292 281 n32 timerfd sys_ni_syscall
|
| D | syscall_n64.tbl | 288 277 n64 timerfd sys_ni_syscall
|
| D | syscall_o32.tbl | 332 318 o32 timerfd sys_ni_syscall
|
| /Linux-v5.4/arch/ia64/kernel/syscalls/ |
| D | syscall.tbl | 296 284 common timerfd sys_ni_syscall
|
| /Linux-v5.4/arch/xtensa/kernel/syscalls/ |
| D | syscall.tbl | 328 # 305 was timerfd
|
| /Linux-v5.4/tools/perf/arch/s390/entry/syscalls/ |
| D | syscall.tbl | 327 317 common timerfd - -
|
| /Linux-v5.4/arch/parisc/kernel/syscalls/ |
| D | syscall.tbl | 343 # 303 was timerfd
|
| /Linux-v5.4/arch/s390/kernel/syscalls/ |
| D | syscall.tbl | 327 317 common timerfd - -
|
| /Linux-v5.4/arch/alpha/kernel/syscalls/ |
| D | syscall.tbl | 408 477 common timerfd sys_ni_syscall
|
| /Linux-v5.4/init/ |
| D | Kconfig | 1512 bool "Enable timerfd() system call" if EXPERT 1515 Enable the timerfd() system call that allows to receive timer
|
| /Linux-v5.4/ |
| D | MAINTAINERS | 13020 F: fs/timerfd.c
|