Home
last modified time | relevance | path

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

/xnu-10002.1.13/doc/memorystatus/
H A Dkill.md67 The system is causing too much pressure file backed memory. Specifically the phantom cache has dete…
75 …emons that go over their soft limit on systems where there's not enough pressure to cause highwate…
86 These are idle daemon kills on macOS. When the memory pressure level escalates above normal, the me…
112 …. If we kill the entire idle band twice and the pressure is not relieved we give up because the pr…
114 Many system services (especially dasd) check the pressure level before doing work, so it's not good…
126 …ILL_SWAPPABLE_SUSPENDED` actions. These happen when the system is under pressure or unhealthy and …
H A Doverview.md49 …Contains both the policy and mechanical bits to send out memory pressure notifications. See `doc/m…
122 …f a range of pages as volatile and quickly free the backing pages under pressure. See `osfmk/mach/…
124 …d pool quickly under memory pressure, this can generally be approximated to `free + file_backed` f…
128 …tus_pages_update` is also responsible for waking the freezer and memory pressure notification thre…
150 This is the freezer thread. It's responsible for freezing processes under memory pressure and demot…
161 …checks if the pressure level has changed and issues memory pressure notifications. It also schedul…
182 …ace entities should do this via purgeable memory if possible, or memory pressure notifications if …
H A Dfreezer.md12 The freezer is a limited form of swap on embedded. Under memory pressure, the freezer picks apps to…
17 …eaking, we want the freezer to run when the device is under some memory pressure but before we sta…
/xnu-10002.1.13/osfmk/arm/commpage/
H A Dcommpage.h39 extern void commpage_set_memory_pressure( unsigned int pressure );
H A Dcommpage.c324 unsigned int pressure ) in commpage_set_memory_pressure() argument
329 *((uint32_t *)(_COMM_PAGE_MEMORY_PRESSURE + _COMM_PAGE_RW_OFFSET)) = pressure; in commpage_set_memory_pressure()
/xnu-10002.1.13/osfmk/i386/commpage/
H A Dcommpage.h140 extern void commpage_set_memory_pressure(unsigned int pressure);
H A Dcommpage.c770 unsigned int pressure ) in commpage_set_memory_pressure() argument
779 *ip = (uint32_t) pressure; in commpage_set_memory_pressure()
786 *ip = (uint32_t) pressure; in commpage_set_memory_pressure()
/xnu-10002.1.13/config/
H A DMASTER406 # memory pressure event support