Lines Matching defs:stolen
252 * We use the vcpu_load/put functions to measure stolen time.
261 * as stolen time.
263 * Hence we accumulate stolen time when the vcpu can run as part of
264 * a vcore using vc->stolen_tb, and the stolen time when the vcpu
267 * stolen time for a vcore when it is inactive, or for a vcpu
275 * stolen.
279 * lock. The stolen times are measured in units of timebase ticks.
675 * Return the accumulated stolen time for the vcore up until `now'.
697 unsigned long stolen;
706 stolen = core_stolen - vcpu->arch.stolen_logged;
709 stolen += vcpu->arch.busy_stolen;
718 dt->enqueue_to_dispatch_time = cpu_to_be32(stolen);
2766 /* Start accumulating stolen time */