/openbmc/libpldm/src/transport/ |
H A D | test.c | 19 int timerfd; member 45 rc = timerfd_settime(test->timerfd, 0, &disable, NULL); in pldm_transport_test_init_pollfd() 57 rc = timerfd_settime(test->timerfd, 0, &desc->latency, NULL); in pldm_transport_test_init_pollfd() 75 { .fd = test->timerfd, .events = POLLIN }, in pldm_transport_test_init_pollfd() 78 rc = timerfd_settime(test->timerfd, 0, &ready, NULL); in pldm_transport_test_init_pollfd() 93 pollfd->fd = test->timerfd; in pldm_transport_test_init_pollfd() 193 test->timerfd = timerfd_create(CLOCK_MONOTONIC, 0); in pldm_transport_test_init() 194 if (test->timerfd < 0) { in pldm_transport_test_init() 211 close(ctx->timerfd); in pldm_transport_test_destroy()
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | 0001-memcheck-tests-Fix-timerfd-syscall-test.patch | 4 Subject: [PATCH] memcheck/tests: Fix timerfd syscall test 15 memcheck/tests/linux/timerfd-syscall.c | 10 ++++++++-- 24 +/* Define to 1 if you have the <sys/timerfd.h> header file. */ 36 + sys/timerfd.h \ 40 --- a/memcheck/tests/linux/timerfd-syscall.c 41 +++ b/memcheck/tests/linux/timerfd-syscall.c 47 +#include <sys/timerfd.h> 82 /* Definitions from include/linux/timerfd.h */
|
H A D | remove-for-all | 9 memcheck/tests/linux/timerfd-syscall
|
/openbmc/linux/tools/testing/selftests/breakpoints/ |
H 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() 158 timerfd_gettime(timerfd, &spec); in suspend() 162 close(timerfd); in suspend()
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0023-tests-Skip-2-qemu-tests-that-can-hang-in-oe-selftest.patch | 35 tst-timerfd \ 49 tst-timerfd-time64 \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/ |
H A D | 0001-Correct-the-path-of-header-files-check-in-Yocto-buil.patch | 34 -ifneq ($(shell test -n $(shell find /usr/include -name "timerfd.h" | head -n1) && echo 1),) 35 +ifneq ($(shell test -n $(shell find $(SYSROOT)/usr/include -name "timerfd.h" | head -n1) && echo 1…
|
/openbmc/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
|
/openbmc/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()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-kvm.c | 1372 kvm->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in perf_kvm__timerfd_create() 1373 if (kvm->timerfd < 0) { in perf_kvm__timerfd_create() 1383 if (timerfd_settime(kvm->timerfd, 0, &new_value, NULL) != 0) { in perf_kvm__timerfd_create() 1385 close(kvm->timerfd); in perf_kvm__timerfd_create() 1399 rc = read(kvm->timerfd, &c, sizeof(uint64_t)); in perf_kvm__handle_timerfd() 1492 if (evlist__add_pollfd(kvm->evlist, kvm->timerfd) < 0) in kvm_events_live_report() 1534 if (kvm->timerfd >= 0) in kvm_events_live_report() 1535 close(kvm->timerfd); in kvm_events_live_report()
|
H A D | Makefile.config | 827 ifeq ($(feature-timerfd), 1) 830 msg := $(warning No timerfd support. Disables 'perf kvm stat live');
|
/openbmc/linux/tools/perf/util/ |
H A D | kvm-stat.h | 106 int timerfd; member
|
H A D | evlist.c | 2285 int timerfd; member 2342 eet->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC); in evlist__parse_event_enable_time() 2343 if (eet->timerfd == -1) { in evlist__parse_event_enable_time() 2349 eet->pollfd_pos = perf_evlist__add_pollfd(&evlist->core, eet->timerfd, NULL, POLLIN, flags); in evlist__parse_event_enable_time() 2362 close(eet->timerfd); in evlist__parse_event_enable_time() 2378 if (timerfd_settime(eet->timerfd, 0, &its, NULL) < 0) { in event_enable_timer__set_timer()
|
/openbmc/linux/tools/build/feature/ |
H A D | Makefile | 53 test-timerfd.bin \ 276 $(OUTPUT)test-timerfd.bin:
|
/openbmc/linux/Documentation/RCU/ |
H A D | listRCU.rst | 390 periods. One such example can be found in the timerfd subsystem. When a 416 When a timerfd is freed (fd is closed), then the ``might_cancel`` 417 flag of the timerfd object is cleared, the object removed from the 444 ``cancel_list`` and wakes up processes waiting on the timerfd. While iterating
|
/openbmc/linux/tools/build/ |
H A D | Makefile.feature | 61 timerfd \
|
/openbmc/linux/fs/ |
H A D | Makefile | 27 obj-$(CONFIG_TIMERFD) += timerfd.o
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 319 [ 318] = 4, /* timerfd */
|
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 288 277 n64 timerfd sys_ni_syscall
|
/openbmc/qemu/linux-user/mips64/ |
H A D | syscall_n64.tbl | 288 277 n64 timerfd sys_ni_syscall
|
/openbmc/linux/arch/ia64/kernel/syscalls/ |
H A D | syscall.tbl | 296 284 common timerfd sys_ni_syscall
|
/openbmc/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_n64.tbl | 288 277 n64 timerfd sys_ni_syscall
|
H A D | syscall_n32.tbl | 292 281 n32 timerfd sys_ni_syscall
|
/openbmc/linux/arch/xtensa/kernel/syscalls/ |
H A D | syscall.tbl | 328 # 305 was timerfd
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | syscall.tbl | 328 # 305 was timerfd
|