Searched refs:preempt_tb (Results 1 – 2 of 2) sorted by relevance
289 vc->preempt_tb = mftb(); in kvmppc_core_start_stolen()298 if (vc->preempt_tb != TB_NIL) { in kvmppc_core_end_stolen()299 vc->stolen_tb += mftb() - vc->preempt_tb; in kvmppc_core_end_stolen()300 vc->preempt_tb = TB_NIL; in kvmppc_core_end_stolen()686 vc->preempt_tb != TB_NIL) in vcore_stolen_time()687 p += now - vc->preempt_tb; in vcore_stolen_time()2175 vcore->preempt_tb = TB_NIL; in kvmppc_vcore_create()3121 vc->preempt_tb = TB_NIL; in kvmppc_run_core()4161 vc->preempt_tb = TB_NIL; in kvmhv_run_single_vcpu()
84 u64 preempt_tb; member