Home
last modified time | relevance | path

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

/arch/mips/kernel/
A Dsync-r4k.c41 static uint32_t max_warp; variable
86 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()
/arch/x86/kernel/
A Dtsc_sync.c258 static cycles_t max_warp; variable
307 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