| /linux/tools/testing/selftests/breakpoints/ |
| A D | step_after_suspend_test.c | 134 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 | .gitignore | 10 timerfd
|
| A D | Makefile | 1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex
|
| /linux/tools/perf/ |
| A 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()
|
| A D | Makefile.config | 789 ifeq ($(feature-timerfd), 1) 792 msg := $(warning No timerfd support. Disables 'perf kvm stat live');
|
| /linux/samples/bpf/ |
| A D | xdp_sample_user.c | 1499 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.cmd | 1 …timerfd.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.cmd | 1 ….o fs/notify/built-in.a fs/eventpoll.o fs/anon_inodes.o fs/signalfd.o fs/timerfd.o fs/eventfd.o fs…
|
| A D | Makefile | 31 obj-$(CONFIG_TIMERFD) += timerfd.o
|
| A D | built-in.a | 61 timerfd.o/
|
| /linux/tools/perf/util/ |
| A D | kvm-stat.h | 103 int timerfd; member
|
| /linux/tools/build/feature/ |
| A D | Makefile | 51 test-timerfd.bin \ 253 $(OUTPUT)test-timerfd.bin:
|
| /linux/Documentation/RCU/ |
| A D | listRCU.rst | 366 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 D | Makefile.feature | 61 timerfd \
|
| /linux/tools/perf/arch/mips/entry/syscalls/ |
| A D | syscall_n64.tbl | 288 277 n64 timerfd sys_ni_syscall
|
| /linux/arch/ia64/kernel/syscalls/ |
| A D | syscall.tbl | 296 284 common timerfd sys_ni_syscall
|
| /linux/arch/mips/kernel/syscalls/ |
| A D | syscall_n64.tbl | 288 277 n64 timerfd sys_ni_syscall
|
| A D | syscall_n32.tbl | 292 281 n32 timerfd sys_ni_syscall
|
| A D | syscall_o32.tbl | 332 318 o32 timerfd sys_ni_syscall
|
| /linux/arch/xtensa/kernel/syscalls/ |
| A D | syscall.tbl | 328 # 305 was timerfd
|
| /linux/arch/parisc/kernel/syscalls/ |
| A D | syscall.tbl | 343 # 303 was timerfd
|
| /linux/arch/alpha/kernel/syscalls/ |
| A D | syscall.tbl | 408 477 common timerfd sys_ni_syscall
|
| /linux/tools/perf/arch/s390/entry/syscalls/ |
| A D | syscall.tbl | 327 317 common timerfd - -
|
| /linux/arch/s390/kernel/syscalls/ |
| A D | syscall.tbl | 327 317 common timerfd - -
|
| /linux/init/ |
| A D | Kconfig | 1619 bool "Enable timerfd() system call" if EXPERT 1622 Enable the timerfd() system call that allows to receive timer
|