Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/vDSO/
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()