Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dtsc_sync.c228 cycles_t start, now, prev, end, cur_max_warp = 0; in check_tsc_warp() local
269 cur_max_warp = max_warp; in check_tsc_warp()
284 return cur_max_warp; in check_tsc_warp()
404 cycles_t cur_max_warp, gbl_max_warp; in check_tsc_sync_target() local
434 cur_max_warp = check_tsc_warp(loop_timeout(cpu)); in check_tsc_sync_target()
470 if (!cur_max_warp) in check_tsc_sync_target()
471 cur_max_warp = -gbl_max_warp; in check_tsc_sync_target()
484 cur->adjusted += cur_max_warp; in check_tsc_sync_target()
487 cpu, cur_max_warp, cur->adjusted); in check_tsc_sync_target()