Home
last modified time | relevance | path

Searched refs:__NR_timerfd_gettime (Results 1 - 18 of 18) sorted by relevance

/third_party/ltp/include/lapi/
H A Dtimerfd.h38 return tst_syscall(__NR_timerfd_gettime, fd, curr_value); in timerfd_gettime()
/third_party/ltp/testcases/kernel/syscalls/timerfd/
H A Dtimerfd_gettime01.c37 #if (__NR_timerfd_gettime != __LTP__NR_INVALID_SYSCALL)
H A Dtimerfd01.c33 #if (__NR_timerfd_gettime != __LTP__NR_INVALID_SYSCALL)
/third_party/rust/crates/rustix/src/backend/linux_raw/time/
H A Dsyscalls.rs186 ret(syscall!(__NR_timerfd_gettime, fd, &mut result))?;
212 ret(syscall!(__NR_timerfd_gettime, fd, &mut old_result))?; in timerfd_gettime_old()
/third_party/ltp/include/
H A Dtst_timer.h353 return tst_syscall(__NR_timerfd_gettime, fd, its); in sys_timerfd_gettime()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1926 pub const __NR_timerfd_gettime: u32 = 87; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1925 pub const __NR_timerfd_gettime: u32 = 87; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2165 pub const __NR_timerfd_gettime: u32 = 312; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2264 pub const __NR_timerfd_gettime: u32 = 5281; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2168 pub const __NR_timerfd_gettime: u32 = 312; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2297 pub const __NR_timerfd_gettime: u32 = 4322; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2139 pub const __NR_timerfd_gettime: u32 = 354; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2398 pub const __NR_timerfd_gettime: u32 = 316; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2099 pub const __NR_timerfd_gettime: u32 = 321; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2388 pub const __NR_timerfd_gettime: u32 = 316; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2086 pub const __NR_timerfd_gettime: u32 = 1073742111; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2151 pub const __NR_timerfd_gettime: u32 = 326; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs2123 pub const __NR_timerfd_gettime: u32 = 287; consts

Completed in 169 milliseconds