Searched refs:memory_pressure (Results 1 – 1 of 1) sorted by relevance
102 static int memory_pressure = 0; /* physical memory utilization (%) */ variable1160 memory_pressure = 100 - (int)((sysconf(_SC_AVPHYS_PAGES) * page_size_kb) in must_enforce_soft_caps()1164 memory_pressure > rcfg.rcfg_memory_cap_enforcement_pressure) { in must_enforce_soft_caps()1211 rs.rs_pressure_cur = memory_pressure; in update_statistics()1372 debug("memory pressure %d%%\n", memory_pressure); in do_capping()