Searched refs:preempt_tb (Results 1 – 2 of 2) sorted by relevance
284 vc->preempt_tb = mftb(); in kvmppc_core_start_stolen()293 if (vc->preempt_tb != TB_NIL) { in kvmppc_core_end_stolen()294 vc->stolen_tb += mftb() - vc->preempt_tb; in kvmppc_core_end_stolen()295 vc->preempt_tb = TB_NIL; in kvmppc_core_end_stolen()681 vc->preempt_tb != TB_NIL) in vcore_stolen_time()682 p += now - vc->preempt_tb; in vcore_stolen_time()2542 vcore->preempt_tb = TB_NIL; in kvmppc_vcore_create()3488 vc->preempt_tb = TB_NIL; in kvmppc_run_core()4448 vc->preempt_tb = TB_NIL; in kvmhv_run_single_vcpu()
84 u64 preempt_tb; member