Home
last modified time | relevance | path

Searched refs:sys_ts (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/tools/testing/selftests/vDSO/
Dvdso_test_abi.c121 struct timespec ts, sys_ts; in vdso_test_clock_getres() local
131 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()
/linux-6.6.21/drivers/ptp/
Dptp_ocp.c3842 struct timespec64 sys_ts; in ptp_ocp_summary_show() local
3849 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()