Searched refs:libxl_set_memory_target (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/docs/misc/ |
A D | libxl_memory.txt | 35 libxl_set_memory_target -> actual target 67 libxl_set_memory_target -> actual target
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_mem.c | 69 if (libxl_set_memory_target(ctx, domid, memorykb, 0, /* enforce */ 1)) { in set_memory_target()
|
A D | xl_vmcontrol.c | 337 rc = libxl_set_memory_target(ctx, 0, free_memkb - need_memkb, 1, 0); in freemem()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_mem.c | 172 int libxl_set_memory_target(libxl_ctx *ctx, uint32_t domid, in libxl_set_memory_target() function
|
A D | libxl.h | 1517 int libxl_set_memory_target(libxl_ctx *ctx, uint32_t domid, int64_t target_memkb, int relative, int…
|
Completed in 9 milliseconds