Searched refs:now_tai (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtime_tai.c36 struct timespec now_tai; local
62 ret = clock_gettime(CLOCK_TAI, &now_tai);
64 now = ts_to_ns(&now_tai);

Completed in 204 milliseconds