Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dtsc_sync.c269 cycles_t start, now, prev, end, cur_max_warp = 0; in check_tsc_warp() local
309 cur_max_warp = max_warp; in check_tsc_warp()
324 return cur_max_warp; in check_tsc_warp()
444 cycles_t cur_max_warp, gbl_max_warp; in check_tsc_sync_target() local
474 cur_max_warp = check_tsc_warp(loop_timeout(cpu)); in check_tsc_sync_target()
510 if (!cur_max_warp) in check_tsc_sync_target()
511 cur_max_warp = -gbl_max_warp; in check_tsc_sync_target()
524 cur->adjusted += cur_max_warp; in check_tsc_sync_target()
527 cpu, cur_max_warp, cur->adjusted); in check_tsc_sync_target()