Searched refs:SAFE_CLOCK_GETTIME (Results 1 – 4 of 4) sorted by relevance
99 SAFE_CLOCK_GETTIME(CLOCK_REALTIME, &now); in test_hrtimer_early_expiration()111 SAFE_CLOCK_GETTIME(CLOCK_REALTIME, &now); in test_hrtimer_early_expiration()128 SAFE_CLOCK_GETTIME(CLOCK_REALTIME, &now); in run_leapsec()165 SAFE_CLOCK_GETTIME(CLOCK_REALTIME, &now); in run_leapsec()192 SAFE_CLOCK_GETTIME(CLOCK_REALTIME, &now); in cleanup()
109 SAFE_CLOCK_GETTIME(CLOCK_REALTIME_COARSE, &before_time); in test_statx()113 SAFE_CLOCK_GETTIME(CLOCK_REALTIME_COARSE, &after_time); in test_statx()
74 SAFE_CLOCK_GETTIME(CLOCK_REALTIME, &spec.it_value); in run()
156 #define SAFE_CLOCK_GETTIME(clk_id, tp)\ macro