Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c102 static int memory_pressure = 0; /* physical memory utilization (%) */ variable
1160 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()