/third_party/rust/crates/rustix/src/backend/linux_raw/thread/ |
D | syscalls.rs | 21 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/ |
D | syscalls.rs | 26 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/ |
D | tst_timer.h | 110 struct __kernel_old_timespec { struct 127 struct __kernel_old_timespec it_interval; /* timer period */ argument 128 struct __kernel_old_timespec it_value; /* timer expiration */ 150 struct __kernel_old_timespec kern_old_ts;
|
/third_party/ltp/testcases/kernel/syscalls/select/ |
D | select_var.h | 45 struct __kernel_old_timespec _ts; in do_select_faulty_to()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | vdso_wrappers.rs | 25 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/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | syscalls.rs | 46 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/ltp/testcases/kernel/syscalls/utimensat/ |
D | utimensat01.c | 126 struct __kernel_old_timespec kern_old_ts[2];
|
/third_party/ltp/ |
D | configure.ac | 216 AC_CHECK_TYPES([struct __kernel_old_timeval, struct __kernel_old_timespec, struct __kernel_timespec,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 3348 pub struct __kernel_old_timespec { struct
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 3349 pub struct __kernel_old_timespec { struct
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 3328 pub struct __kernel_old_timespec { struct
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 3390 pub struct __kernel_old_timespec { struct
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 3432 pub struct __kernel_old_timespec { struct
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 3464 pub struct __kernel_old_timespec { struct
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 3697 pub struct __kernel_old_timespec { struct
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 3401 pub struct __kernel_old_timespec { struct
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 3379 pub struct __kernel_old_timespec { struct
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 3597 pub struct __kernel_old_timespec { struct
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 3462 pub struct __kernel_old_timespec { struct
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 3486 pub struct __kernel_old_timespec { struct
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 3667 pub struct __kernel_old_timespec { struct
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 3533 pub struct __kernel_old_timespec { struct
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 75720 struct __kernel_old_timespec { struct 76404 struct __kernel_old_timespec ts[3];
|