Searched refs:static_max (Results 1 – 1 of 1) sorted by relevance
351 char *target = NULL, *static_max = NULL, *endptr = NULL; in libxl__get_memory_target() local357 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 2 milliseconds