Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dtsc_sync.c267 cycles_t start, now, prev, end, cur_max_warp = 0; in check_tsc_warp() local
307 cur_max_warp = max_warp; in check_tsc_warp()
322 return cur_max_warp; in check_tsc_warp()
435 cycles_t cur_max_warp, gbl_max_warp; in check_tsc_sync_target() local
466 cur_max_warp = check_tsc_warp(loop_timeout(cpu)); in check_tsc_sync_target()
502 if (!cur_max_warp) in check_tsc_sync_target()
503 cur_max_warp = -gbl_max_warp; in check_tsc_sync_target()
516 cur->adjusted += cur_max_warp; in check_tsc_sync_target()
519 cpu, cur_max_warp, cur->adjusted); in check_tsc_sync_target()