Searched refs:credit2 (Results 1 – 11 of 11) sorted by relevance
29 `sched=credit2`40 xl cpupool-create name=\"pool1\" sched=\"credit2\" cpus=[1,2]45 * `xl sched-credit2 -s`46 * `xl sched-credit2 -s -p pool1`47 * `xl sched-credit2 -s -r 100`49 * `xl sched-credit2 -d vm1`50 * `xl sched-credit2 -d vm1 -w 1024`68 * boot the system with `sched=credit2`,85 parameters (`sched\_credit2\_migrate\_resist`, `credit2\_balance\_over`,86 `credit2\_balance\_under`)[all …]
38 domctl.u.scheduler_op.u.credit2 = *sdom; in xc_sched_credit2_domain_set()62 *sdom = domctl.u.scheduler_op.u.credit2; in xc_sched_credit2_domain_get()
12 # the scheduler to use: valid are e.g. credit, credit2 and rtds
73 =item B<credit2>75 the credit2 scheduler
1077 =item B<sched-credit2> [I<OPTIONS>]1079 Set or get credit2 scheduler parameters. The credit2 scheduler is a
229 Honoured by the credit and credit2 schedulers.238 Honoured by the credit and credit2 schedulers.
355 struct xen_domctl_sched_credit2 credit2; member384 struct xen_domctl_sched_credit2 credit2; member
2795 op->u.credit2.weight = sdom->weight; in csched2_dom_cntl()2796 op->u.credit2.cap = sdom->cap; in csched2_dom_cntl()2802 if ( op->u.credit2.weight != 0 ) in csched2_dom_cntl()2808 sdom->weight = op->u.credit2.weight; in csched2_dom_cntl()2825 if ( op->u.credit2.cap != 0 ) in csched2_dom_cntl()2831 if ( op->u.credit2.cap > 100 * sdom->nr_vcpus ) in csched2_dom_cntl()2839 sdom->tot_budget = (CSCHED2_BDGT_REPL_PERIOD * op->u.credit2.cap); in csched2_dom_cntl()2930 sdom->cap = op->u.credit2.cap; in csched2_dom_cntl()
175 The credit2 scheduler is a general purpose scheduler that is220 default "credit2" if SCHED_CREDIT2_DEFAULT
533 ### credit2\_balance\_over536 ### credit2\_balance\_under539 ### credit2\_load\_precision\_shift547 ### credit2\_load\_window\_shift572 ### credit2\_runqueue1547 > `= credit | credit2 | arinc653 | rtds | null`
193 (6, "credit2"),
Completed in 23 milliseconds