Searched defs:cpupool (Results 1 – 9 of 9) sorted by relevance
/xen/xen/common/sched/ |
A D | private.h | 45 struct cpupool *cpupool; member 278 struct cpupool *cpupool;/* points to this scheduler's pool */ member 506 struct cpupool struct 508 int cpupool_id; argument 513 struct cpupool *next; argument 522 * d->cpupool is NULL only for the idle domain, and no one should in cpupool_domain_master_cpumask() argument
|
/xen/tools/xl/ |
A D | xl_sched.c | 352 int (*pooloutput)(uint32_t), const char *cpupool) in sched_domain_output() 404 int (*pooloutput)(uint32_t), const char *cpupool) in sched_vcpu_output() 471 const char *cpupool = NULL; in main_sched_credit() local 603 const char *cpupool = NULL; in main_sched_credit2() local 722 const char *cpupool = NULL; in main_sched_rtds() local
|
A D | xl_info.c | 364 bool cpupool, const libxl_dominfo *info, int nb_domain) in list_domains() 508 bool cpupool = false; in main_list() local
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 1584 uint32_t cpupool = XC_CPUPOOL_POOLID_ANY, sched = XEN_SCHEDULER_CREDIT; in pyxc_cpupool_create() local 1601 uint32_t cpupool; in pyxc_cpupool_destroy() local 1652 uint32_t cpupool; in pyxc_cpupool_addcpu() local 1672 uint32_t cpupool; in pyxc_cpupool_removecpu() local 1692 uint32_t cpupool, domid; in pyxc_cpupool_movedomain() local
|
/xen/tools/libxl/ |
A D | libxl_numa.c | 211 int cpupool; in nr_vcpus_on_nodes() local
|
A D | libxl_dom.c | 92 int cpupool = libxl__domain_cpupool(gc, domid); in libxl__domain_scheduler() local 150 int i, cpupool, rc = 0; in numa_place_domain() local
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 467 unsigned int cpupool; member
|
/xen/xen/include/xen/ |
A D | sched.h | 353 struct cpupool *cpupool; member
|
/xen/xen/include/public/ |
A D | domctl.h | 146 uint32_t cpupool; member
|
Completed in 27 milliseconds