Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dtsc_sync.c228 cycles_t start, now, prev, end, cur_max_warp = 0; in check_tsc_warp() local
268 cur_max_warp = max_warp; in check_tsc_warp()
283 return cur_max_warp; in check_tsc_warp()
403 cycles_t cur_max_warp, gbl_max_warp; in check_tsc_sync_target() local
433 cur_max_warp = check_tsc_warp(loop_timeout(cpu)); in check_tsc_sync_target()
469 if (!cur_max_warp) in check_tsc_sync_target()
470 cur_max_warp = -gbl_max_warp; in check_tsc_sync_target()
483 cur->adjusted += cur_max_warp; in check_tsc_sync_target()
486 cpu, cur_max_warp, cur->adjusted); in check_tsc_sync_target()