Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_abi.c138 struct timespec ts, sys_ts; in vdso_test_clock_getres() local
148 ret = syscall(SYS_clock_getres, clk_id, &sys_ts); in vdso_test_clock_getres()
151 (long long)sys_ts.tv_sec, (long long)sys_ts.tv_nsec); in vdso_test_clock_getres()
153 if ((sys_ts.tv_sec != ts.tv_sec) || (sys_ts.tv_nsec != ts.tv_nsec)) in vdso_test_clock_getres()