Home
last modified time | relevance | path

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

/tools/examples/
A Dcpupool2 # Configuration setup for 'xm cpupool-create' or 'xl cpupool-create'.
3 # This script sets the parameters used when a cpupool is created using
4 # 'xm cpupool-create' or 'xl cpupool-create'.
5 # You use a separate script for each cpupool you want to create, or
6 # you can set the parameters for the cpupool on the xm command line.
9 # the name of the new cpupool
A DREADME16 cpupool - example configuration script for 'xl cpupool-create'
A DMakefile12 XEN_CONFIGS += cpupool
/tools/xl/
A Dxl_sched.c360 if (cpupool) { in sched_domain_output()
412 if (cpupool) { in sched_vcpu_output()
471 const char *cpupool = NULL; in main_sched_credit() local
518 cpupool = optarg; in main_sched_credit()
541 if (cpupool) { in main_sched_credit()
573 cpupool)) in main_sched_credit()
603 const char *cpupool = NULL; in main_sched_credit2() local
641 cpupool = optarg; in main_sched_credit2()
659 if (cpupool) { in main_sched_credit2()
722 const char *cpupool = NULL; in main_sched_rtds() local
[all …]
A Dxl_info.c398 bool cpupool, const libxl_dominfo *info, int nb_domain) in list_domains() argument
412 if (cpupool) printf(" Cpupool"); in list_domains()
457 if (cpupool) { in list_domains()
458 char *poolname = libxl_cpupoolid_to_name(ctx, info[i].cpupool); in list_domains()
542 bool cpupool = false; in main_list() local
568 cpupool = true; in main_list()
606 list_domains(verbose, context, false /* claim */, numa, cpupool, in main_list()
/tools/libs/light/
A Dlibxl_numa.c211 int cpupool; in nr_vcpus_on_nodes() local
215 cpupool = libxl__domain_cpupool(gc, dinfo[i].domid); in nr_vcpus_on_nodes()
216 if (cpupool < 0) in nr_vcpus_on_nodes()
218 if (libxl_cpupool_info(CTX, &cpupool_info, cpupool)) in nr_vcpus_on_nodes()
A Dlibxl_dom.c79 return info.cpupool; in libxl__domain_cpupool()
84 int cpupool = libxl__domain_cpupool(gc, domid); in libxl__domain_scheduler() local
89 if (cpupool < 0) in libxl__domain_scheduler()
93 rc = libxl_cpupool_info(CTX, &poolinfo, cpupool); in libxl__domain_scheduler()
142 int i, cpupool, rc = 0; in numa_place_domain() local
155 rc = cpupool = libxl__domain_cpupool(gc, domid); in numa_place_domain()
158 rc = libxl_cpupool_info(CTX, &cpupool_info, cpupool); in numa_place_domain()
A Dlibxl_domain.c308 xlinfo->cpupool = xcinfo->cpupool; in libxl__xcinfo2xlinfo()
A Dlibxl_types.idl382 ("cpupool", uint32),
/tools/python/xen/lowlevel/xc/
A Dxc.c389 "cpupool", (int)info[i].cpupool); in pyxc_domain_getinfo()
1610 return PyLongOrInt_FromLong(cpupool); in pyxc_cpupool_create()
1616 uint32_t cpupool; in pyxc_cpupool_destroy() local
1618 if (!PyArg_ParseTuple(args, "i", &cpupool)) in pyxc_cpupool_destroy()
1621 if (xc_cpupool_destroy(self->xc_handle, cpupool) != 0) in pyxc_cpupool_destroy()
1667 uint32_t cpupool; in pyxc_cpupool_addcpu() local
1673 &cpupool, &cpu) ) in pyxc_cpupool_addcpu()
1687 uint32_t cpupool; in pyxc_cpupool_removecpu() local
1693 &cpupool, &cpu) ) in pyxc_cpupool_removecpu()
1707 uint32_t cpupool, domid; in pyxc_cpupool_movedomain() local
[all …]
/tools/helpers/
A Dinit-dom0less.c190 (info->cpupool & (1 << i)) ? "online" : "offline")) in create_xenstore()
/tools/golang/xenlight/
A Dhelpers.gen.go325 x.Cpupool = uint32(xc.cpupool)
358 xc.cpupool = C.uint32_t(x.Cpupool)

Completed in 33 milliseconds