Searched refs:timerfd (Results 1 – 18 of 18) sorted by relevance
| /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 | 14 +++++++++++--- 26 +/* Define to 1 if you have the <sys/timerfd.h> header file. */ 40 + sys/timerfd.h \ 44 diff --git a/memcheck/tests/linux/timerfd-syscall.c b/memcheck/tests/linux/timerfd-syscall.c 46 --- a/memcheck/tests/linux/timerfd-syscall.c 47 +++ b/memcheck/tests/linux/timerfd-syscall.c 53 +#include <sys/timerfd.h> 88 /* Definitions from include/linux/timerfd.h */
|
| /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/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/qemu/linux-user/mips/ |
| H A D | syscall-args-o32.c.inc | 319 [ 318] = 4, /* timerfd */
|
| H A D | syscall_o32.tbl | 332 318 o32 timerfd sys_ni_syscall
|
| /openbmc/openbmc/poky/meta/recipes-devtools/valgrind/ |
| H A D | valgrind_3.25.1.bb | 25 file://0001-memcheck-tests-Fix-timerfd-syscall-test.patch \
|
| /openbmc/qemu/linux-user/mips64/ |
| 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/qemu/linux-user/xtensa/ |
| H A D | syscall.tbl | 328 # 305 was timerfd
|
| /openbmc/qemu/linux-user/hppa/ |
| H A D | syscall.tbl | 343 # 303 was timerfd
|
| /openbmc/qemu/linux-user/alpha/ |
| H A D | syscall.tbl | 408 477 common timerfd sys_ni_syscall
|
| /openbmc/qemu/linux-user/s390x/ |
| H A D | syscall.tbl | 327 317 common timerfd - -
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | 0001-Add-support-for-mips64-n32-n64.patch | 738 + "timerfd", /* 277 */
|
| /openbmc/qemu/linux-user/ |
| H A D | strace.list | 1558 { TARGET_NR_timerfd, "timerfd" , NULL, NULL, NULL },
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | insane.bbclass | 538 # /usr/include/sys/timerfd.h
|
| /openbmc/openbmc/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist2.txt | 1754 -rw-r--r-- root root 1103 ./usr/include/bits/timerfd.h 3979 -rw-r--r-- root root 936 ./usr/include/linux/timerfd.h 4666 -rw-r--r-- root root 1874 ./usr/include/sys/timerfd.h
|
| H A D | buildhistory_filelist1.txt | 1753 -rw-r--r-- root root 1103 ./usr/include/bits/timerfd.h 3978 -rw-r--r-- root root 936 ./usr/include/linux/timerfd.h 4665 -rw-r--r-- root root 1874 ./usr/include/sys/timerfd.h
|