Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/timens/
H A D.gitignore10 timerfd
H A DMakefile1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex vfork_exec
/linux/samples/bpf/
H A Dxdp_sample_user.c30 #include <sys/timerfd.h>
1497 static int sample_timer_cb(int timerfd, struct stats_record **rec, in sample_timer_cb() argument
1504 ret = read(timerfd, &t, sizeof(t)); in sample_timer_cb()
1537 int timerfd, ret; in sample_run() local
1547 timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC | TFD_NONBLOCK); in sample_run()
1548 if (timerfd < 0) in sample_run()
1550 timerfd_settime(timerfd, 0, &its, NULL); in sample_run()
1555 pfd[1].fd = timerfd; in sample_run()
1582 ret = sample_timer_cb(timerfd, &rec, &prev); in sample_run()
1596 close(timerfd); in sample_run()
[all...]
/linux/tools/perf/util/
H A Dkvm-stat.h106 int timerfd; member
/linux/Documentation/trace/rv/
H A Dmonitor_rtapp.rst58 waiting for timerfd can be woken by softirq which provides no real-time
83 timerfd).
/linux/tools/build/
H A DMakefile.feature93 timerfd \
/linux/fs/
H A DMakefile28 obj-$(CONFIG_TIMERFD) += timerfd.o
/linux/Documentation/RCU/
H A DlistRCU.rst401 periods. One such example can be found in the timerfd subsystem. When a
427 When a timerfd is freed (fd is closed), then the ``might_cancel``
428 flag of the timerfd object is cleared, the object removed from the
455 ``cancel_list`` and wakes up processes waiting on the timerfd. While iterating
/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl288 277 n64 timerfd sys_ni_syscall
H A Dsyscall_n32.tbl292 281 n32 timerfd sys_ni_syscall
H A Dsyscall_o32.tbl332 318 o32 timerfd sys_ni_syscall
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl288 277 n64 timerfd sys_ni_syscall
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl328 # 305 was timerfd
/linux/tools/perf/arch/parisc/entry/syscalls/
H A Dsyscall.tbl343 # 303 was timerfd
/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl328 # 305 was timerfd
/linux/tools/perf/arch/alpha/entry/syscalls/
H A Dsyscall.tbl408 477 common timerfd sys_ni_syscall
/linux/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl408 477 common timerfd sys_ni_syscall
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl327 317 common timerfd - -
/linux/arch/s390/kernel/syscalls/
H A Dsyscall.tbl327 317 common timerfd - -
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c27 #include <sys/timerfd.h>
1387 CASE_TEST(timerfd); EXPECT_SYSZR(1, test_timerfd()); break; in run_syscall()
/linux/init/
H A DKconfig1771 bool "Enable timerfd() system call" if EXPERT
1774 Enable the timerfd() system call that allows to receive timer
/linux/
H A DMAINTAINERS20066 F: fs/timerfd.c
20068 F: include/linux/timerfd.h
20070 F: include/uapi/linux/timerfd.h