| /OK3568_Linux_fs/yocto/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 */
|
| /OK3568_Linux_fs/kernel/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() 159 close(timerfd); in suspend()
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | hciattach_rtk.c | 1023 if (rtb_cfg.timerfd > 0) in start_transmit_wait() 1024 timeout_set(rtb_cfg.timerfd, msec); in start_transmit_wait() 1050 } else if (events[n].data.fd == rtb_cfg.timerfd) { in start_transmit_wait() 1088 timeout_set(rtb_cfg.timerfd, msec); in start_transmit_wait() 1116 timeout_set(rtb_cfg.timerfd, 0); in start_transmit_wait() 1208 if (rtb_cfg.timerfd > 0) in h5_download_patch() 1209 timeout_set(rtb_cfg.timerfd, timeout); in h5_download_patch() 1233 } else if (events[n].data.fd == rtb_cfg.timerfd) { in h5_download_patch() 1279 if (rtb_cfg.timerfd > 0) in h5_download_patch() 1280 timeout_set(rtb_cfg.timerfd, 0); in h5_download_patch() [all …]
|
| H A D | hciattach.h | 181 int timerfd; member
|
| /OK3568_Linux_fs/yocto/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…
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timens/ |
| H A D | .gitignore | 9 timerfd
|
| H A D | Makefile | 1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H 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()
|
| H A D | Makefile.config | 788 ifeq ($(feature-timerfd), 1) 791 msg := $(warning No timerfd support. Disables 'perf kvm stat live');
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | kvm-stat.h | 103 int timerfd; member
|
| /OK3568_Linux_fs/kernel/tools/build/feature/ |
| H A D | Makefile | 48 test-timerfd.bin \ 253 $(OUTPUT)test-timerfd.bin:
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/strace/strace/ |
| H A D | 0001-landlock-update-expected-string.patch | 30 [timerfd]
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H 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
|
| /OK3568_Linux_fs/kernel/tools/build/ |
| H A D | Makefile.feature | 60 timerfd \
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | Makefile | 33 obj-$(CONFIG_TIMERFD) += timerfd.o
|
| /OK3568_Linux_fs/buildroot/package/asterisk/ |
| H A D | asterisk.mk | 93 --without-timerfd \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 ….h hdlcdrv.h reiserfs_fs.h capability.h if_hippi.h membarrier.h nfs_fs.h timerfd.h atm.h atm_nicst…
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/ |
| H A D | syscall_n32.tbl | 292 281 n32 timerfd sys_ni_syscall
|
| H A D | syscall_n64.tbl | 288 277 n64 timerfd sys_ni_syscall
|
| H A D | syscall_o32.tbl | 332 318 o32 timerfd sys_ni_syscall
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 ….h hdlcdrv.h reiserfs_fs.h capability.h if_hippi.h membarrier.h nfs_fs.h timerfd.h atm.h atm_nicst…
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/ |
| H A D | syscall.tbl | 296 284 common timerfd sys_ni_syscall
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/ |
| H A D | syscall.tbl | 328 # 305 was timerfd
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/ |
| H A D | syscall.tbl | 343 # 303 was timerfd
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/ |
| H A D | valgrind_3.18.1.bb | 44 file://0001-memcheck-tests-Fix-timerfd-syscall-test.patch \
|