Home
last modified time | relevance | path

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

/linux-6.6.21/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()
437 cycles_t cur_max_warp, gbl_max_warp; in check_tsc_sync_target() local
468 cur_max_warp = check_tsc_warp(loop_timeout(cpu)); in check_tsc_sync_target()
504 if (!cur_max_warp) in check_tsc_sync_target()
505 cur_max_warp = -gbl_max_warp; in check_tsc_sync_target()
518 cur->adjusted += cur_max_warp; in check_tsc_sync_target()
521 cpu, cur_max_warp, cur->adjusted); in check_tsc_sync_target()