Searched refs:sys_ts (Results 1 – 1 of 1) sorted by relevance
138 struct timespec ts, sys_ts; in vdso_test_clock_getres() local148 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()