Searched refs:xc_domain_setmaxmem (Results 1 – 7 of 7) sorted by relevance
/xen/tools/libxl/ |
A D | libxl_mem.c | 77 rc = xc_domain_setmaxmem(ctx->xch, domid, max_memkb + size); in libxl_domain_setmaxmem() 289 r = xc_domain_setmaxmem(ctx->xch, domid, memorykb + size); in libxl_set_memory_target()
|
A D | libxl_dom.c | 372 if (xc_domain_setmaxmem(ctx->xch, domid, info->target_memkb + size) < 0) { in libxl__build_pre()
|
/xen/tools/helpers/ |
A D | init-xenstore-domain.c | 113 rv = xc_domain_setmaxmem(xch, domid, limit_kb); in build()
|
/xen/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 782 retval = xc_domain_setmaxmem(_H(xch), c_domid, in stub_xc_domain_setmaxmem()
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 1263 int xc_domain_setmaxmem(xc_interface *xch,
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 1335 if (xc_domain_setmaxmem(self->xc_handle, dom, maxmem_kb) != 0) in pyxc_domain_setmaxmem()
|
/xen/tools/libxc/ |
A D | xc_domain.c | 690 int xc_domain_setmaxmem(xc_interface *xch, in xc_domain_setmaxmem() function
|
Completed in 27 milliseconds