Searched refs:commit_limit (Results 1 – 1 of 1) sorted by relevance
77 static uint64_t commit_limit; variable102 commit_limit = strtoll(buf + 13, NULL, 0); in memory_limits()103 commit_limit <<= 10; /* Units are kB */ in memory_limits()112 commit_limit = mem_avail * 9 / 10; /* 90% comittable */ in memory_limits()116 (long long)commit_limit, (long long)committed_as, in memory_limits()537 rounddown2((commit_limit - committed_as) * 95 / 100, SEGALIGN)); in get_phys_buffer()