Searched refs:xc_domain_max_vcpus (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/tools/helpers/ |
A D | init-xenstore-domain.c | 96 rv = xc_domain_max_vcpus(xch, domid, 1); in build()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 205 r = xc_domain_max_vcpus(_H(xch), _D(domid), Int_val(max_vcpus)); in stub_xc_domain_max_vcpus()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_dom.c | 356 if (xc_domain_max_vcpus(ctx->xch, domid, info->max_vcpus) != 0) { in libxl__build_pre()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 534 int xc_domain_max_vcpus(xc_interface *xch,
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 171 if (xc_domain_max_vcpus(self->xc_handle, dom, max) != 0) in pyxc_domain_max_vcpus()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_domain.c | 1322 int xc_domain_max_vcpus(xc_interface *xch, uint32_t domid, unsigned int max) in xc_domain_max_vcpus() function
|
Completed in 21 milliseconds