Home
last modified time | relevance | path

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

/tools/libs/light/
A Dlibxl_mem.c361 char *target = NULL, *static_max = NULL, *endptr = NULL; in libxl__get_memory_target() local
367 static_max = libxl__xs_read(gc, XBT_NULL, in libxl__get_memory_target()
371 if ((!target || !static_max) && !domid) { in libxl__get_memory_target()
380 } else if (!static_max) { in libxl__get_memory_target()
392 max_memkb = strtoull(static_max, &endptr, 10); in libxl__get_memory_target()
396 static_max, in libxl__get_memory_target()

Completed in 4 milliseconds