Searched refs:max_warp (Results 1 – 2 of 2) sorted by relevance
41 static uint32_t max_warp; variable86 max_warp = max(max_warp, prev - now); in check_counter_warp()87 cur_max_warp = max_warp; in check_counter_warp()145 pr_info("Measured %d cycles counter warp between CPUs", max_warp); in check_counter_sync_source()156 max_warp = 0; in check_counter_sync_source()200 gbl_max_warp = max_warp; in synchronise_count_slave()
258 static cycles_t max_warp; variable307 max_warp = max(max_warp, prev - now); in check_tsc_warp()308 cur_max_warp = max_warp; in check_tsc_warp()402 "turning off TSC clock.\n", max_warp); in check_tsc_sync_source()414 max_warp = 0; in check_tsc_sync_source()472 gbl_max_warp = max_warp; in check_tsc_sync_target()
Completed in 6 milliseconds