Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dmmap-alloc.c84 #define OVERCOMMIT_MEMORY_PATH "/proc/sys/vm/overcommit_memory" macro
125 if (g_file_get_contents(OVERCOMMIT_MEMORY_PATH, &content, NULL, NULL) && in map_noreserve_effective()
130 " \"" OVERCOMMIT_MEMORY_PATH "\" is \"2\""); in map_noreserve_effective()
137 " Could not read: \"" OVERCOMMIT_MEMORY_PATH "\""); in map_noreserve_effective()