Searched refs:scinfo (Results 1 – 4 of 4) sorted by relevance
/xen/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() 226 scinfo.weight, in sched_credit2_domain_output() 227 scinfo.cap); in sched_credit2_domain_output() 270 scinfo.period, in sched_rtds_domain_output() 271 scinfo.budget, in sched_rtds_domain_output() 321 scinfo->num_vcpus = 0; in sched_rtds_vcpu_output_all() [all …]
|
/xen/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() 320 if (scinfo->ratelimit_us > scinfo->tslice_ms*1000) { in libxl_sched_credit_params_set() 417 scinfo->cap = sdom.cap; in sched_credit2_domain_get() 444 if (scinfo->weight < 1 || scinfo->weight > 65535) { in sched_credit2_domain_set() 453 if (scinfo->cap < 0 in sched_credit2_domain_set() 751 if (scinfo->extratime) in sched_rtds_domain_set() 887 switch (scinfo->sched) { in libxl_domain_sched_params_get() 922 switch (scinfo->sched) { in libxl_vcpu_sched_params_get() [all …]
|
A D | libxl.h | 2465 libxl_sched_credit_params *scinfo); 2467 libxl_sched_credit_params *scinfo); 2469 libxl_sched_credit2_params *scinfo); 2471 libxl_sched_credit2_params *scinfo);
|
/xen/tools/ocaml/libs/xl/ |
A D | xenlight_stubs.c | 1006 CAMLlocal1(scinfo); in stub_xl_domain_sched_params_get() 1018 scinfo = Val_domain_sched_params(&c_scinfo); in stub_xl_domain_sched_params_get() 1022 CAMLreturn(scinfo); in stub_xl_domain_sched_params_get() 1025 value stub_xl_domain_sched_params_set(value ctx, value domid, value scinfo) in stub_xl_domain_sched_params_set() argument 1027 CAMLparam3(ctx, domid, scinfo); in stub_xl_domain_sched_params_set() 1032 domain_sched_params_val(CTX, &c_scinfo, scinfo); in stub_xl_domain_sched_params_set()
|
Completed in 15 milliseconds