Home
last modified time | relevance | path

Searched defs:xen_domctl_scheduler_op (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/xen/public/
Ddomctl.h264 struct xen_domctl_scheduler_op { struct
265 uint32_t sched_id; /* XEN_SCHEDULER_* */
266 uint32_t cmd; /* XEN_DOMCTL_SCHEDOP_* */
268 union {
281 } u;
/Zephyr-latest/drivers/xen/dom0/
Ddomctl.c23 int xen_domctl_scheduler_op(int domid, struct xen_domctl_scheduler_op *sched_op) in xen_domctl_scheduler_op() function