Searched refs:sys_ts (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/vDSO/ |
| H A D | vdso_test_abi.c | 173 struct timespec ts, sys_ts; in vdso_test_clock_getres() 183 ret = syscall(__NR_clock_getres, clk_id, &sys_ts); in vdso_test_clock_getres() 186 (long long)sys_ts.tv_sec, (long long)sys_ts.tv_nsec); in vdso_test_clock_getres() 188 if ((sys_ts.tv_sec != ts.tv_sec) || (sys_ts.tv_nsec != ts.tv_nsec)) in vdso_test_clock_getres() 216 struct vdso_timespec64 ts, sys_ts; in main() 226 ret = syscall(__NR_clock_getres_time64, clk_id, &sys_ts); in main() 229 (long long)sys_ts.tv_sec, (long long)sys_ts in main() 172 struct timespec ts, sys_ts; vdso_test_clock_getres() local [all...] |
| /linux/drivers/ptp/ |
| H A D | ptp_ocp.c | 4286 struct timespec64 sys_ts; in ptp_ocp_summary_show() local 4293 sys_ts = ns_to_timespec64(ns); in ptp_ocp_summary_show() 4297 &sys_ts, &sys_ts, bp->utc_tai_offset); in ptp_ocp_summary_show()
|