Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c134 int timerfd; in suspend() local
147 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()
148 if (timerfd < 0) in suspend()
152 err = timerfd_settime(timerfd, 0, &spec, NULL); in suspend()
159 close(timerfd); in suspend()
/Linux-v5.10/tools/testing/selftests/timens/
D.gitignore9 timerfd
DMakefile1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex
/Linux-v5.10/tools/perf/
Dbuiltin-kvm.c855 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()
DMakefile.config768 ifeq ($(feature-timerfd), 1)
771 msg := $(warning No timerfd support. Disables 'perf kvm stat live');
/Linux-v5.10/tools/perf/util/
Dkvm-stat.h103 int timerfd; member
/Linux-v5.10/tools/build/feature/
DMakefile49 test-timerfd.bin \
250 $(OUTPUT)test-timerfd.bin:
/Linux-v5.10/tools/build/
DMakefile.feature61 timerfd \
/Linux-v5.10/Documentation/RCU/
DlistRCU.rst366 after one or more grace periods. One such example can be found in the timerfd
389 When a timerfd is freed (fd is closed), then the ``might_cancel`` flag of the
390 timerfd object is cleared, the object removed from the ``cancel_list`` and
413 ``cancel_list`` and wakes up processes waiting on the timerfd. While iterating
/Linux-v5.10/fs/
DMakefile31 obj-$(CONFIG_TIMERFD) += timerfd.o
/Linux-v5.10/arch/mips/kernel/syscalls/
Dsyscall_n32.tbl292 281 n32 timerfd sys_ni_syscall
Dsyscall_n64.tbl288 277 n64 timerfd sys_ni_syscall
Dsyscall_o32.tbl332 318 o32 timerfd sys_ni_syscall
/Linux-v5.10/arch/ia64/kernel/syscalls/
Dsyscall.tbl296 284 common timerfd sys_ni_syscall
/Linux-v5.10/arch/xtensa/kernel/syscalls/
Dsyscall.tbl328 # 305 was timerfd
/Linux-v5.10/arch/parisc/kernel/syscalls/
Dsyscall.tbl343 # 303 was timerfd
/Linux-v5.10/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl327 317 common timerfd - -
/Linux-v5.10/arch/alpha/kernel/syscalls/
Dsyscall.tbl408 477 common timerfd sys_ni_syscall
/Linux-v5.10/arch/s390/kernel/syscalls/
Dsyscall.tbl327 317 common timerfd - -
/Linux-v5.10/init/
DKconfig1565 bool "Enable timerfd() system call" if EXPERT
1568 Enable the timerfd() system call that allows to receive timer
/Linux-v5.10/
DMAINTAINERS13988 F: fs/timerfd.c