Searched refs:sys_ts (Results 1 – 1 of 1) 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()