Home
last modified time | relevance | path

Searched refs:__NR_clock_adjtime (Results 1 – 21 of 21) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/
H A D0001-selftests-timers-Fix-clock_adjtime-for-newer-32-bit-.patch7 from get go, they have not wired __NR_clock_adjtime at all
27 +#if !defined(__NR_clock_adjtime) && defined(__NR_clock_adjtime64)
30 return syscall(__NR_clock_adjtime, id, tx);
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h254 #define __NR_clock_adjtime 266 macro
/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_64.h255 #define __NR_clock_adjtime 266 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h251 #define __NR_clock_adjtime 266 macro
/openbmc/linux/tools/testing/selftests/timers/
H A Dvalid-adjtimex.c42 return syscall(__NR_clock_adjtime, id, tx); in clock_adjtime()
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h286 #define __NR_clock_adjtime 337 macro
H A Dunistd_32.h319 #define __NR_clock_adjtime 337 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h309 #define __NR_clock_adjtime 305 macro
H A Dunistd_32.h343 #define __NR_clock_adjtime 343 macro
H A Dunistd_x32.h268 #define __NR_clock_adjtime (__X32_SYSCALL_BIT + 305) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h340 #define __NR_clock_adjtime 347 macro
H A Dunistd_32.h349 #define __NR_clock_adjtime 347 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h647 #define __NR_clock_adjtime 266 macro
648 __SC_3264(__NR_clock_adjtime, sys_clock_adjtime32, sys_clock_adjtime)
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h647 #define __NR_clock_adjtime 266 macro
648 __SC_3264(__NR_clock_adjtime, sys_clock_adjtime32, sys_clock_adjtime)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h647 #define __NR_clock_adjtime 266 macro
648 __SC_3264(__NR_clock_adjtime, sys_clock_adjtime32, sys_clock_adjtime)
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h757 #define __NR_clock_adjtime 372 macro
758 __SYSCALL(__NR_clock_adjtime, sys_clock_adjtime32)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h303 #define __NR_clock_adjtime (__NR_Linux + 300) macro
H A Dunistd_n32.h308 #define __NR_clock_adjtime (__NR_Linux + 305) macro
H A Dunistd_o32.h344 #define __NR_clock_adjtime (__NR_Linux + 341) macro
/openbmc/linux/tools/testing/selftests/ptp/
H A Dtestptp.c45 return syscall(__NR_clock_adjtime, id, tx); in clock_adjtime()
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h331 #define __NR_clock_adjtime (__NR_SYSCALL_BASE + 372) macro