Searched refs:sys_ts (Results 1 – 2 of 2) sorted by relevance
121 struct timespec ts, sys_ts; in vdso_test_clock_getres() local132 ret = syscall(SYS_clock_getres, clk_id, &sys_ts); in vdso_test_clock_getres()134 if ((sys_ts.tv_sec != ts.tv_sec) || (sys_ts.tv_nsec != ts.tv_nsec)) { in vdso_test_clock_getres()
2158 struct timespec64 sys_ts; in ptp_ocp_summary_show() local2165 sys_ts = ns_to_timespec64(ns); in ptp_ocp_summary_show()2170 sys_ts.tv_sec, sys_ts.tv_nsec, &sys_ts, in ptp_ocp_summary_show()
Completed in 10 milliseconds