Searched refs:cur_max_warp (Results 1 – 2 of 2) sorted by relevance
/linux/arch/mips/kernel/ |
H A D | sync-r4k.c | 50 uint32_t start, now, prev, end, cur_max_warp = 0; in check_counter_warp() local 87 cur_max_warp = max_warp; in check_counter_warp() 102 return cur_max_warp; in check_counter_warp() 176 uint32_t cur_max_warp, gbl_max_warp, count; in synchronise_count_slave() local 195 cur_max_warp = check_counter_warp(); in synchronise_count_slave() 234 if (!cur_max_warp) in synchronise_count_slave() 235 cur_max_warp = -gbl_max_warp; in synchronise_count_slave() 238 count += cur_max_warp; in synchronise_count_slave() 241 pr_debug("Counter compensate: CPU%u observed %d warp\n", cpu, cur_max_warp); in synchronise_count_slave()
|
/linux/arch/x86/kernel/ |
H A D | tsc_sync.c | 267 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()
|