Searched refs:preempt_tb (Results 1 – 2 of 2) sorted by relevance
180 if (vc->preempt_tb != TB_NIL) { in kvmppc_core_vcpu_load_hv()181 vc->stolen_tb += mftb() - vc->preempt_tb; in kvmppc_core_vcpu_load_hv()182 vc->preempt_tb = TB_NIL; in kvmppc_core_vcpu_load_hv()202 vc->preempt_tb = mftb(); in kvmppc_core_vcpu_put_hv()550 vc->preempt_tb != TB_NIL) in vcore_stolen_time()551 p += now - vc->preempt_tb; in vcore_stolen_time()1436 vcore->preempt_tb = TB_NIL; in kvmppc_vcore_create()1979 vc->preempt_tb = TB_NIL; in kvmppc_run_core()
286 u64 preempt_tb; member