Home
last modified time | relevance | path

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

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