Home
last modified time | relevance | path

Searched refs:schedulers (Results 1 – 9 of 9) sorted by relevance

/xen/docs/features/
A Dsched_credit.pandoc22 Xen supports multiple schedulers. Credit is no longer the default. In
48 hook based, architecture for schedulers. Thanks to this, Credit code
78 that includes cpupools, better if with pools using different schedulers, and
A Dsched_credit2.pandoc24 Xen supports multiple schedulers. As said, Credit2 is the default, so
53 hook based, architecture for schedulers. Thanks to this, Credit2 code
A Dsched_rtds.pandoc48 hook based, architecture for schedulers. Thanks to this, RTDS code
/xen/xen/common/sched/
A Dcore.c92 #define schedulers __start_schedulers_array macro
2895 if ( !schedulers[i]->f ) \ in scheduler_init()
2912 if ( schedulers[i]->global_init && schedulers[i]->global_init() < 0 ) in scheduler_init()
2915 schedulers[i]->opt_name); in scheduler_init()
2916 schedulers[i] = NULL; in scheduler_init()
2919 if ( schedulers[i] && !ops.name && in scheduler_init()
2921 ops = *schedulers[i]; in scheduler_init()
2928 if ( schedulers[i] && in scheduler_init()
2931 ops = *schedulers[i]; in scheduler_init()
3241 if ( schedulers[i] && schedulers[i]->sched_id == sched_id ) in scheduler_alloc()
[all …]
/xen/xen/arch/arm/
A Dxen.lds.S85 *(.data.schedulers)
/xen/xen/arch/x86/
A Dxen.lds.S275 *(.data.schedulers)
/xen/
A DSUPPORT.md280 of using different schedulers and scheduling properties.
/xen/docs/man/
A Dxl.cfg.5.pod.in230 Honoured by the credit and credit2 schedulers.
239 Honoured by the credit and credit2 schedulers.
A Dxl.1.pod.in1023 Xen ships with a number of domain schedulers, which can be set at boot

Completed in 30 milliseconds