Searched defs:xen_domctl_getvcpuinfo (Results 1 – 1 of 1) sorted by relevance
280 struct xen_domctl_getvcpuinfo { struct282 uint32_t vcpu;284 uint8_t online; /* currently online (not hotplugged)? */285 uint8_t blocked; /* blocked waiting for an event? */286 uint8_t running; /* currently scheduled on its CPU? */287 uint64_aligned_t cpu_time; /* total cpu time consumed (ns) */288 uint32_t cpu; /* current mapping */
Completed in 9 milliseconds