Home
last modified time | relevance | path

Searched refs:__NR_clock_getres_time64 (Results 1 - 10 of 10) sorted by relevance

/third_party/ltp/lib/
H A Dtst_clocks.c35 #if (__NR_clock_getres_time64 != __LTP__NR_INVALID_SYSCALL) in tst_clock_getres()
36 if (!func && syscall_supported_by_kernel(__NR_clock_getres_time64)) { in tst_clock_getres()
/third_party/ltp/testcases/kernel/syscalls/clock_getres/
H A Dclock_getres01.c53 #if (__NR_clock_getres_time64 != __LTP__NR_INVALID_SYSCALL)
/third_party/rust/crates/rustix/src/backend/linux_raw/time/
H A Dsyscalls.rs37 if let Err(err) = ret(syscall!(__NR_clock_getres_time64, which_clock, &mut result)) {
/third_party/ltp/include/
H A Dtst_timer.h209 return tst_syscall(__NR_clock_getres_time64, clk_id, ts); in sys_clock_getres64()
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2083 pub const __NR_clock_getres_time64: u32 = 406; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2246 pub const __NR_clock_getres_time64: u32 = 406; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2357 pub const __NR_clock_getres_time64: u32 = 4406; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2190 pub const __NR_clock_getres_time64: u32 = 406; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2461 pub const __NR_clock_getres_time64: u32 = 406; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2225 pub const __NR_clock_getres_time64: u32 = 406; consts

Completed in 76 milliseconds