Searched defs:xen_sysctl_scheduler_op (Results 1 – 1 of 1) sorted by relevance
658 struct xen_sysctl_scheduler_op { struct659 uint32_t cpupool_id; /* Cpupool whose scheduler is to be targetted. */660 uint32_t sched_id; /* XEN_SCHEDULER_* (domctl.h) */661 uint32_t cmd; /* XEN_SYSCTL_SCHEDOP_* */662 union {668 } u;
Completed in 9 milliseconds