Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/docs/features/
A Dsched_credit2.pandoc29 `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 …]
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/examples/
A Dcpupool12 # the scheduler to use: valid are e.g. credit, credit2 and rtds
/xen-4.10.0-shim-comet/docs/man/
A Dxlcpupool.cfg.pod.573 =item B<credit2>
75 the credit2 scheduler
A Dxl.pod.1.in1077 =item B<sched-credit2> [I<OPTIONS>]
1079 Set or get credit2 scheduler parameters. The credit2 scheduler is a
A Dxl.cfg.pod.5.in229 Honoured by the credit and credit2 schedulers.
238 Honoured by the credit and credit2 schedulers.
/xen-4.10.0-shim-comet/xen/include/public/
A Ddomctl.h355 struct xen_domctl_sched_credit2 credit2; member
384 struct xen_domctl_sched_credit2 credit2; member
/xen-4.10.0-shim-comet/xen/common/
A Dsched_credit2.c2795 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()
A DKconfig175 The credit2 scheduler is a general purpose scheduler that is
220 default "credit2" if SCHED_CREDIT2_DEFAULT
/xen-4.10.0-shim-comet/docs/misc/
A Dxen-command-line.markdown533 ### credit2\_balance\_over
536 ### credit2\_balance\_under
539 ### credit2\_load\_precision\_shift
547 ### credit2\_load\_window\_shift
572 ### credit2\_runqueue
1547 > `= credit | credit2 | arinc653 | rtds | null`
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_types.idl193 (6, "credit2"),

Completed in 25 milliseconds