Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/breakpoints/
A 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/tools/testing/selftests/timens/
A D.gitignore10 timerfd
A DMakefile1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex
/linux/tools/perf/
A 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()
A DMakefile.config789 ifeq ($(feature-timerfd), 1)
792 msg := $(warning No timerfd support. Disables 'perf kvm stat live');
/linux/samples/bpf/
A Dxdp_sample_user.c1499 static int sample_timer_cb(int timerfd, struct stats_record **rec, in sample_timer_cb() argument
1506 ret = read(timerfd, &t, sizeof(t)); in sample_timer_cb()
1539 int timerfd, ret; in sample_run() local
1549 timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC | TFD_NONBLOCK); in sample_run()
1550 if (timerfd < 0) in sample_run()
1552 timerfd_settime(timerfd, 0, &its, NULL); in sample_run()
1557 pfd[1].fd = timerfd; in sample_run()
1584 ret = sample_timer_cb(timerfd, &rec, &prev); in sample_run()
1598 close(timerfd); in sample_run()
/linux/fs/
A D.timerfd.o.cmd1timerfd.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/…
3 source_fs/timerfd.o := fs/timerfd.c
5 deps_fs/timerfd.o := \
847 include/linux/timerfd.h \
848 include/uapi/linux/timerfd.h \
1214 fs/timerfd.o: $(deps_fs/timerfd.o)
1216 $(deps_fs/timerfd.o):
A D.built-in.a.cmd1 ….o fs/notify/built-in.a fs/eventpoll.o fs/anon_inodes.o fs/signalfd.o fs/timerfd.o fs/eventfd.o fs…
A DMakefile31 obj-$(CONFIG_TIMERFD) += timerfd.o
A Dbuilt-in.a61 timerfd.o/
/linux/tools/perf/util/
A Dkvm-stat.h103 int timerfd; member
/linux/tools/build/feature/
A DMakefile51 test-timerfd.bin \
253 $(OUTPUT)test-timerfd.bin:
/linux/Documentation/RCU/
A 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/tools/build/
A DMakefile.feature61 timerfd \
/linux/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl288 277 n64 timerfd sys_ni_syscall
/linux/arch/ia64/kernel/syscalls/
A Dsyscall.tbl296 284 common timerfd sys_ni_syscall
/linux/arch/mips/kernel/syscalls/
A Dsyscall_n64.tbl288 277 n64 timerfd sys_ni_syscall
A Dsyscall_n32.tbl292 281 n32 timerfd sys_ni_syscall
A Dsyscall_o32.tbl332 318 o32 timerfd sys_ni_syscall
/linux/arch/xtensa/kernel/syscalls/
A Dsyscall.tbl328 # 305 was timerfd
/linux/arch/parisc/kernel/syscalls/
A Dsyscall.tbl343 # 303 was timerfd
/linux/arch/alpha/kernel/syscalls/
A Dsyscall.tbl408 477 common timerfd sys_ni_syscall
/linux/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl327 317 common timerfd - -
/linux/arch/s390/kernel/syscalls/
A Dsyscall.tbl327 317 common timerfd - -
/linux/init/
A DKconfig1619 bool "Enable timerfd() system call" if EXPERT
1622 Enable the timerfd() system call that allows to receive timer

Completed in 38 milliseconds

12