/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_csched.c | 36 domctl.u.scheduler_op.sched_id = XEN_SCHEDULER_CREDIT; in xc_sched_credit_domain_set() 56 domctl.u.scheduler_op.sched_id = XEN_SCHEDULER_CREDIT; in xc_sched_credit_domain_get() 77 sysctl.u.scheduler_op.sched_id = XEN_SCHEDULER_CREDIT; in xc_sched_credit_params_set() 100 sysctl.u.scheduler_op.sched_id = XEN_SCHEDULER_CREDIT; in xc_sched_credit_params_get()
|
A D | xc_csched2.c | 36 domctl.u.scheduler_op.sched_id = XEN_SCHEDULER_CREDIT2; in xc_sched_credit2_domain_set() 56 domctl.u.scheduler_op.sched_id = XEN_SCHEDULER_CREDIT2; in xc_sched_credit2_domain_get() 77 sysctl.u.scheduler_op.sched_id = XEN_SCHEDULER_CREDIT2; in xc_sched_credit2_params_set() 100 sysctl.u.scheduler_op.sched_id = XEN_SCHEDULER_CREDIT2; in xc_sched_credit2_params_get()
|
A D | xc_rt.c | 36 domctl.u.scheduler_op.sched_id = XEN_SCHEDULER_RTDS; in xc_sched_rtds_domain_set() 55 domctl.u.scheduler_op.sched_id = XEN_SCHEDULER_RTDS; in xc_sched_rtds_domain_get() 82 domctl.u.scheduler_op.sched_id = XEN_SCHEDULER_RTDS; in xc_sched_rtds_vcpu_set() 116 domctl.u.scheduler_op.sched_id = XEN_SCHEDULER_RTDS; in xc_sched_rtds_vcpu_get()
|
A D | xc_cpupool.c | 39 uint32_t sched_id) in xc_cpupool_create() argument 48 sysctl.u.cpupool_op.sched_id = sched_id; in xc_cpupool_create() 111 info->sched_id = sysctl.u.cpupool_op.sched_id; in xc_cpupool_getinfo()
|
A D | xc_arinc653.c | 47 sysctl.u.scheduler_op.sched_id = XEN_SCHEDULER_ARINC653; in xc_sched_arinc653_schedule_set() 77 sysctl.u.scheduler_op.sched_id = XEN_SCHEDULER_ARINC653; in xc_sched_arinc653_schedule_get()
|
A D | xc_misc.c | 331 int *sched_id) in xc_sched_id() argument 341 *sched_id = sysctl.u.sched_id.sched_id; in xc_sched_id()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | cpupool.c | 132 int poolid, unsigned int sched_id, int *perr) in cpupool_create() argument 145 cpupool_dprintk("cpupool_create(pool=%d,sched=%u)\n", poolid, sched_id); in cpupool_create() 174 c->sched = scheduler_alloc(sched_id, perr); in cpupool_create() 606 c = cpupool_create(poolid, op->sched_id, &ret); in cpupool_do_sysctl() 633 op->sched_id = c->sched->sched_id; in cpupool_do_sysctl()
|
A D | sysctl.c | 74 op->u.sched_id.sched_id = sched_id(); in do_sysctl()
|
A D | schedule.c | 1294 int sched_id(void) in sched_id() function 1296 return ops.sched_id; in sched_id() 1308 if ( op->sched_id != dom_scheduler(d)->sched_id ) in sched_adjust() 1347 rc = ((op->sched_id == pool->sched->sched_id) in sched_adjust_global() 1837 struct scheduler *scheduler_alloc(unsigned int sched_id, int *perr) in scheduler_alloc() argument 1843 if ( schedulers[i] && schedulers[i]->sched_id == sched_id ) in scheduler_alloc()
|
A D | sched_arinc653.c | 734 .sched_id = XEN_SCHEDULER_ARINC653,
|
A D | sched_null.c | 908 .sched_id = XEN_SCHEDULER_NULL,
|
A D | sched_rt.c | 1582 .sched_id = XEN_SCHEDULER_RTDS,
|
A D | sched_credit.c | 2259 .sched_id = XEN_SCHEDULER_CREDIT,
|
A D | sched_credit2.c | 4022 .sched_id = XEN_SCHEDULER_CREDIT2,
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | sysctl.h | 114 uint32_t sched_id; member 520 uint32_t sched_id; /* IN: C OUT: I */ member 616 uint32_t sched_id; /* XEN_SCHEDULER_* (domctl.h) */ member 1085 struct xen_sysctl_sched_id sched_id; member
|
A D | domctl.h | 379 uint32_t sched_id; /* XEN_SCHEDULER_* */ member
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | sched-if.h | 134 unsigned int sched_id; /* ID for this scheduler */ member
|
A D | sched.h | 652 int sched_id(void); 838 struct scheduler *scheduler_alloc(unsigned int sched_id, int *perr);
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/ |
A D | xenctrl.mli | 135 external sched_id : handle -> int = "stub_xc_sched_id"
|
A D | xenctrl_stubs.c | 528 int sched_id; in stub_xc_sched_id() local 530 if (xc_sched_id(_H(xch), &sched_id)) in stub_xc_sched_id() 532 CAMLreturn(Val_int(sched_id)); in stub_xc_sched_id()
|
A D | xenctrl.ml | 210 external sched_id: handle -> int = "stub_xc_sched_id"
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_cpupool.c | 53 info->sched = xcinfo->sched_id; in cpupool_info()
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 1295 int sched_id; in pyxc_sched_id_get() local 1296 if (xc_sched_id(self->xc_handle, &sched_id) != 0) in pyxc_sched_id_get() 1299 return Py_BuildValue("i", sched_id); in pyxc_sched_id_get() 1754 "sched", info->sched_id, in pyxc_cpupool_getinfo()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 1107 uint32_t sched_id; member 1124 uint32_t sched_id); 1271 int *sched_id);
|