Home
last modified time | relevance | path

Searched refs:sched_id (Results 1 – 24 of 24) sorted by relevance

/xen/tools/libxc/
A Dxc_csched.c36 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 Dxc_csched2.c36 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 Dxc_rt.c36 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 Dxc_cpupool.c39 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 Dxc_arinc653.c47 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 Dxc_misc.c333 int *sched_id) in xc_sched_id() argument
343 *sched_id = sysctl.u.sched_id.sched_id; in xc_sched_id()
/xen/xen/common/sched/
A Dcpupool.c246 int poolid, unsigned int sched_id, int *perr) in cpupool_create() argument
259 debugtrace_printk("cpupool_create(pool=%d,sched=%u)\n", poolid, sched_id); in cpupool_create()
286 c->sched = scheduler_alloc(sched_id, perr); in cpupool_create()
773 c = cpupool_create(poolid, op->sched_id, &ret); in cpupool_do_sysctl()
800 op->sched_id = c->sched->sched_id; in cpupool_do_sysctl()
A Dcore.c1979 int sched_id(void) in sched_id() function
1981 return ops.sched_id; in sched_id()
1993 if ( op->sched_id != dom_scheduler(d)->sched_id ) in sched_adjust()
2038 rc = ((op->sched_id == pool->sched->sched_id) in sched_adjust_global()
3235 struct scheduler *scheduler_alloc(unsigned int sched_id, int *perr) in scheduler_alloc() argument
3241 if ( schedulers[i] && schedulers[i]->sched_id == sched_id ) in scheduler_alloc()
A Dprivate.h276 unsigned int sched_id; /* ID for this scheduler */ member
597 struct scheduler *scheduler_alloc(unsigned int sched_id, int *perr);
A Darinc653.c700 .sched_id = XEN_SCHEDULER_ARINC653,
A Dnull.c1029 .sched_id = XEN_SCHEDULER_NULL,
A Drt.c1534 .sched_id = XEN_SCHEDULER_RTDS,
A Dcredit.c2239 .sched_id = XEN_SCHEDULER_CREDIT,
A Dcredit2.c4183 .sched_id = XEN_SCHEDULER_CREDIT2,
/xen/xen/include/public/
A Dsysctl.h130 uint32_t sched_id; member
558 uint32_t sched_id; /* IN: C OUT: I */ member
660 uint32_t sched_id; /* XEN_SCHEDULER_* (domctl.h) */ member
1103 struct xen_sysctl_sched_id sched_id; member
A Ddomctl.h405 uint32_t sched_id; /* XEN_SCHEDULER_* */ member
/xen/xen/common/
A Dsysctl.c73 op->u.sched_id.sched_id = sched_id(); in do_sysctl()
/xen/tools/ocaml/libs/xc/
A Dxenctrl_stubs.c589 int sched_id; in stub_xc_sched_id() local
591 if (xc_sched_id(_H(xch), &sched_id)) in stub_xc_sched_id()
593 CAMLreturn(Val_int(sched_id)); in stub_xc_sched_id()
A Dxenctrl.ml230 external sched_id: handle -> int = "stub_xc_sched_id"
A Dxenctrl.mli174 external sched_id : handle -> int = "stub_xc_sched_id"
/xen/tools/libxl/
A Dlibxl_cpupool.c53 info->sched = xcinfo->sched_id; in cpupool_info()
/xen/tools/python/xen/lowlevel/xc/
A Dxc.c1235 int sched_id; in pyxc_sched_id_get() local
1236 if (xc_sched_id(self->xc_handle, &sched_id) != 0) in pyxc_sched_id_get()
1239 return Py_BuildValue("i", sched_id); in pyxc_sched_id_get()
1629 "sched", info->sched_id, in pyxc_cpupool_getinfo()
/xen/tools/libxc/include/
A Dxenctrl.h1089 uint32_t sched_id; member
1106 uint32_t sched_id);
1253 int *sched_id);
/xen/xen/include/xen/
A Dsched.h700 int sched_id(void);

Completed in 68 milliseconds