Searched refs:credit2 (Results 1 – 12 of 12) sorted by relevance
26 different than `credit2`) parameter is passed to Xen via the38 xl cpupool-create name=\"pool1\" sched=\"credit2\" cpus=[1,2]43 * `xl sched-credit2 -s`44 * `xl sched-credit2 -s -p pool1`45 * `xl sched-credit2 -s -r 100`47 * `xl sched-credit2 -d vm1`48 * `xl sched-credit2 -d vm1 -w 1024`66 * boot the system with `sched=credit2`,96 …n](http://www.slideshare.net/xen_com_mgr/xpds16-scope-and-performance-of-credit2-scheduler-anshul-…
14 The credit2 scheduler is a general purpose scheduler that is59 default "credit2" if SCHED_CREDIT2_DEFAULT63 default "credit2"
4 obj-$(CONFIG_SCHED_CREDIT2) += credit2.o
2924 op->u.credit2.weight = sdom->weight; in csched2_dom_cntl()2925 op->u.credit2.cap = sdom->cap; in csched2_dom_cntl()2931 if ( op->u.credit2.weight != 0 ) in csched2_dom_cntl()2937 sdom->weight = op->u.credit2.weight; in csched2_dom_cntl()2954 if ( op->u.credit2.cap != 0 ) in csched2_dom_cntl()2960 if ( op->u.credit2.cap > 100 * sdom->nr_units ) in csched2_dom_cntl()2968 sdom->tot_budget = (CSCHED2_BDGT_REPL_PERIOD * op->u.credit2.cap); in csched2_dom_cntl()3059 sdom->cap = op->u.credit2.cap; in csched2_dom_cntl()
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
1135 =item B<sched-credit2> [I<OPTIONS>]1137 Set or get credit2 scheduler parameters. The credit2 scheduler is a
230 Honoured by the credit and credit2 schedulers.239 Honoured by the credit and credit2 schedulers.
381 struct xen_domctl_sched_credit2 credit2; member410 struct xen_domctl_sched_credit2 credit2; member
200 (6, "credit2"),
1877 > `= credit | credit2 | arinc653 | rtds | null`
Completed in 24 milliseconds