Home
last modified time | relevance | path

Searched refs:__kernel_old_timespec (Results 1 - 21 of 21) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/thread/
H A Dsyscalls.rs21 core::convert::TryInto, core::ptr, linux_raw_sys::general::timespec as __kernel_old_timespec,
76 let old_req = __kernel_old_timespec { in clock_nanosleep_relative_old()
80 let mut old_rem = MaybeUninit::<__kernel_old_timespec>::uninit(); in clock_nanosleep_relative_old()
135 let old_req = __kernel_old_timespec { in clock_nanosleep_absolute_old()
190 let old_req = __kernel_old_timespec { in nanosleep_old()
194 let mut old_rem = MaybeUninit::<__kernel_old_timespec>::uninit(); in nanosleep_old()
271 let old_utime = __kernel_old_timespec { in futex_old()
/third_party/rust/crates/rustix/src/backend/linux_raw/time/
H A Dsyscalls.rs26 use {core::ptr, linux_raw_sys::general::timespec as __kernel_old_timespec};
55 let mut old_result = MaybeUninit::<__kernel_old_timespec>::uninit(); in clock_getres_old()
129 it_interval: __kernel_old_timespec { in timerfd_settime_old()
141 it_value: __kernel_old_timespec { in timerfd_settime_old()
/third_party/ltp/include/
H A Dtst_timer.h110 struct __kernel_old_timespec { struct
127 struct __kernel_old_timespec it_interval; /* timer period */
128 struct __kernel_old_timespec it_value; /* timer expiration */
150 struct __kernel_old_timespec kern_old_ts;
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso_wrappers.rs25 use linux_raw_sys::general::timespec as __kernel_old_timespec;
273 let mut old_result = MaybeUninit::<__kernel_old_timespec>::uninit(); in _rustix_clock_gettime_via_syscall_old()
/third_party/ltp/testcases/kernel/syscalls/select/
H A Dselect_var.h45 struct __kernel_old_timespec _ts; in do_select_faulty_to()
/third_party/ltp/testcases/kernel/syscalls/utimensat/
H A Dutimensat01.c126 struct __kernel_old_timespec kern_old_ts[2];
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dsyscalls.rs46 linux_raw_sys::general::timespec as __kernel_old_timespec,
1263 __kernel_old_timespec { in _utimensat_old()
1275 __kernel_old_timespec { in _utimensat_old()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs3349 pub struct __kernel_old_timespec { structure names
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs3348 pub struct __kernel_old_timespec { structure names
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs3328 pub struct __kernel_old_timespec { structure names
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs3464 pub struct __kernel_old_timespec { structure names
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs3533 pub struct __kernel_old_timespec { structure names
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs3486 pub struct __kernel_old_timespec { structure names
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs3597 pub struct __kernel_old_timespec { structure names
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs3432 pub struct __kernel_old_timespec { structure names
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs3697 pub struct __kernel_old_timespec { structure names
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs3401 pub struct __kernel_old_timespec { structure names
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs3667 pub struct __kernel_old_timespec { structure names
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs3379 pub struct __kernel_old_timespec { structure names
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs3462 pub struct __kernel_old_timespec { structure names
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs3390 pub struct __kernel_old_timespec { structure names

Completed in 178 milliseconds