Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_mem.c351 char *target = NULL, *static_max = NULL, *endptr = NULL; in libxl__get_memory_target() local
357 static_max = libxl__xs_read(gc, XBT_NULL, in libxl__get_memory_target()
361 if ((!target || !static_max) && !domid) { in libxl__get_memory_target()
370 } else if (!static_max) { in libxl__get_memory_target()
382 max_memkb = strtoull(static_max, &endptr, 10); in libxl__get_memory_target()
386 static_max, in libxl__get_memory_target()

Completed in 3 milliseconds