Home
last modified time | relevance | path

Searched refs:credit2 (Results 1 – 12 of 12) sorted by relevance

/xen/docs/features/
A Dsched_credit2.pandoc26 different than `credit2`) parameter is passed to Xen via the
38 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-…
/xen/xen/common/sched/
A DKconfig14 The credit2 scheduler is a general purpose scheduler that is
59 default "credit2" if SCHED_CREDIT2_DEFAULT
63 default "credit2"
A DMakefile4 obj-$(CONFIG_SCHED_CREDIT2) += credit2.o
A Dcredit2.c2924 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()
/xen/tools/libxc/
A Dxc_csched2.c38 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()
/xen/tools/examples/
A Dcpupool12 # the scheduler to use: valid are e.g. credit, credit2 and rtds
/xen/docs/man/
A Dxlcpupool.cfg.5.pod73 =item B<credit2>
75 the credit2 scheduler
A Dxl.1.pod.in1135 =item B<sched-credit2> [I<OPTIONS>]
1137 Set or get credit2 scheduler parameters. The credit2 scheduler is a
A Dxl.cfg.5.pod.in230 Honoured by the credit and credit2 schedulers.
239 Honoured by the credit and credit2 schedulers.
/xen/xen/include/public/
A Ddomctl.h381 struct xen_domctl_sched_credit2 credit2; member
410 struct xen_domctl_sched_credit2 credit2; member
/xen/tools/libxl/
A Dlibxl_types.idl200 (6, "credit2"),
/xen/docs/misc/
A Dxen-command-line.pandoc1877 > `= credit | credit2 | arinc653 | rtds | null`

Completed in 24 milliseconds