Searched refs:scinfo (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_sched.c | 33 if (scinfo->sched != sched) { in sched_domain_get() 63 if (scinfo->sched != sched) { in sched_vcpu_get() 83 if (scinfo->sched != sched) { in sched_vcpu_get_all() 158 scinfo.weight, in sched_credit_domain_output() 159 scinfo.cap); in sched_credit_domain_output() 225 scinfo.weight, in sched_credit2_domain_output() 226 scinfo.cap); in sched_credit2_domain_output() 269 scinfo.period, in sched_rtds_domain_output() 270 scinfo.budget, in sched_rtds_domain_output() 320 scinfo->num_vcpus = 0; in sched_rtds_vcpu_output_all() [all …]
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_sched.c | 210 scinfo->cap = sdom.cap; in sched_credit_domain_get() 237 if (scinfo->weight < 1 || scinfo->weight > 65535) { in sched_credit_domain_set() 246 if (scinfo->cap < 0 in sched_credit_domain_set() 319 if (scinfo->ratelimit_us > scinfo->tslice_ms*1000) { in libxl_sched_credit_params_set() 408 scinfo->cap = sdom.cap; in sched_credit2_domain_get() 435 if (scinfo->weight < 1 || scinfo->weight > 65535) { in sched_credit2_domain_set() 444 if (scinfo->cap < 0 in sched_credit2_domain_set() 742 if (scinfo->extratime) in sched_rtds_domain_set() 878 switch (scinfo->sched) { in libxl_domain_sched_params_get() 913 switch (scinfo->sched) { in libxl_vcpu_sched_params_get() [all …]
|
A D | libxl.h | 2145 libxl_sched_credit_params *scinfo); 2147 libxl_sched_credit_params *scinfo); 2149 libxl_sched_credit2_params *scinfo); 2151 libxl_sched_credit2_params *scinfo);
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/ |
A D | xenlight_stubs.c | 994 CAMLlocal1(scinfo); in stub_xl_domain_sched_params_get() 1006 scinfo = Val_domain_sched_params(&c_scinfo); in stub_xl_domain_sched_params_get() 1010 CAMLreturn(scinfo); in stub_xl_domain_sched_params_get() 1013 value stub_xl_domain_sched_params_set(value ctx, value domid, value scinfo) in stub_xl_domain_sched_params_set() argument 1015 CAMLparam3(ctx, domid, scinfo); in stub_xl_domain_sched_params_set() 1020 domain_sched_params_val(CTX, &c_scinfo, scinfo); in stub_xl_domain_sched_params_set()
|
Completed in 14 milliseconds