Searched defs:xen_domctl_getvcpuinfo (Results 1 – 1 of 1) sorted by relevance
261 struct xen_domctl_getvcpuinfo { struct263 uint32_t vcpu;265 uint8_t online; /* currently online (not hotplugged)? */266 uint8_t blocked; /* blocked waiting for an event? */267 uint8_t running; /* currently scheduled on its CPU? */268 uint64_aligned_t cpu_time; /* total cpu time consumed (ns) */269 uint32_t cpu; /* current mapping */
Completed in 8 milliseconds