Searched refs:schedulers (Results 1 – 9 of 9) sorted by relevance
/xen/docs/features/ |
A D | sched_credit.pandoc | 22 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 D | sched_credit2.pandoc | 24 Xen supports multiple schedulers. As said, Credit2 is the default, so 53 hook based, architecture for schedulers. Thanks to this, Credit2 code
|
A D | sched_rtds.pandoc | 48 hook based, architecture for schedulers. Thanks to this, RTDS code
|
/xen/xen/common/sched/ |
A D | core.c | 92 #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 D | xen.lds.S | 85 *(.data.schedulers)
|
/xen/xen/arch/x86/ |
A D | xen.lds.S | 275 *(.data.schedulers)
|
/xen/ |
A D | SUPPORT.md | 280 of using different schedulers and scheduling properties.
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 230 Honoured by the credit and credit2 schedulers. 239 Honoured by the credit and credit2 schedulers.
|
A D | xl.1.pod.in | 1023 Xen ships with a number of domain schedulers, which can be set at boot
|
Completed in 30 milliseconds