Searched refs:timerfd (Results 1 – 10 of 10) sorted by relevance
/linux/tools/testing/selftests/timens/ |
H A D | .gitignore | 10 timerfd
|
H A D | Makefile | 1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex vfork_exec
|
/linux/samples/bpf/ |
H A D | xdp_sample_user.c | 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()
|
/linux/tools/perf/util/ |
H A D | kvm-stat.h | 106 int timerfd; member
|
/linux/Documentation/RCU/ |
H A D | listRCU.rst | 399 periods. One such example can be found in the timerfd subsystem. When a 425 When a timerfd is freed (fd is closed), then the ``might_cancel`` 426 flag of the timerfd object is cleared, the object removed from the 453 ``cancel_list`` and wakes up processes waiting on the timerfd. While iterating
|
/linux/fs/ |
H A D | Makefile | 27 obj-$(CONFIG_TIMERFD) += timerfd.o
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 288 277 n64 timerfd sys_ni_syscall
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 327 317 common timerfd - -
|
/linux/init/ |
H A D | Kconfig | 1703 bool "Enable timerfd() system call" if EXPERT 1706 Enable the timerfd() system call that allows to receive timer
|
/linux/ |
H A D | MAINTAINERS | 18857 F: fs/timerfd.c 18859 F: include/linux/timerfd.h 18861 F: include/uapi/linux/timerfd.h
|