Searched refs:sys_ts (Results 1 – 2 of 2) sorted by relevance
121 struct timespec ts, sys_ts; in vdso_test_clock_getres() local131 ret = syscall(SYS_clock_getres, clk_id, &sys_ts); in vdso_test_clock_getres()134 (long long)sys_ts.tv_sec, (long long)sys_ts.tv_nsec); in vdso_test_clock_getres()136 if ((sys_ts.tv_sec != ts.tv_sec) || (sys_ts.tv_nsec != ts.tv_nsec)) in vdso_test_clock_getres()
3842 struct timespec64 sys_ts; in ptp_ocp_summary_show() local3849 sys_ts = ns_to_timespec64(ns); in ptp_ocp_summary_show()3854 sys_ts.tv_sec, sys_ts.tv_nsec, &sys_ts, in ptp_ocp_summary_show()