Lines Matching defs:steal
3 * steal/stolen time test
53 WRITE_ONCE(guest_stolen_time[cpu], st->steal);
60 WRITE_ONCE(guest_stolen_time[cpu], st->steal);
90 ksft_print_msg(" steal: %lld\n", st->steal);
218 uint64_t steal;
257 WRITE_ONCE(guest_stolen_time[cpu], st->steal);
264 WRITE_ONCE(guest_stolen_time[cpu], st->steal);
296 pr_info(" steal: %"PRIu64"\n", st->steal);
362 /* Create a VM and an identity mapped memslot for the steal time structure */
378 /* First VCPU run initializes steal-time */
390 /* Steal time from the VCPU. The steal time thread has the same CPU affinity as the VCPUs. */