Searched refs:page_size_kb (Results 1 – 1 of 1) sorted by relevance
104 static long page_size_kb = 0; /* system page size in KB */ variable410 page_size_kb = sysconf(_SC_PAGESIZE) / 1024; in get_page_size()411 debug("physical page size: %luKB\n", page_size_kb); in get_page_size()807 phys_total = (uint64_t)sysconf(_SC_PHYS_PAGES) * page_size_kb; in update_phys_total()1160 memory_pressure = 100 - (int)((sysconf(_SC_AVPHYS_PAGES) * page_size_kb) in must_enforce_soft_caps()1280 sysconf(_SC_AVPHYS_PAGES)) * page_size_kb, in compute_soft_scan_goal()