Home
last modified time | relevance | path

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

/xnu-10063.141.1/doc/vm/
H A Dmemorystatus.md3 Dealing with memory pressure by forcibly recovering pages.
44 …Contains both the policy and mechanical bits to send out memory pressure notifications. See `doc/m…
117 …f a range of pages as volatile and quickly free the backing pages under pressure. See `osfmk/mach/…
119 …d pool quickly under memory pressure, this can generally be approximated to `free + file_backed` f…
123 …tus_pages_update` is also responsible for waking the freezer and memory pressure notification thre…
145 This is the freezer thread. It's responsible for freezing processes under memory pressure and demot…
156 …checks if the pressure level has changed and issues memory pressure notifications. It also schedul…
177 …ace entities should do this via purgeable memory if possible, or memory pressure notifications if …
H A Dmemorystatus_kills.md61 The system is causing too much pressure file backed memory. Specifically the phantom cache has dete…
69 …emons that go over their soft limit on systems where there's not enough pressure to cause highwate…
80 These are idle daemon kills on macOS. When the memory pressure level escalates above normal, the me…
106 …. If we kill the entire idle band twice and the pressure is not relieved we give up because the pr…
108 Many system services (especially dasd) check the pressure level before doing work, so it's not good…
120 …ILL_SWAPPABLE_SUSPENDED` actions. These happen when the system is under pressure or unhealthy and …
H A Dfreezer.md8 The freezer is a limited form of swap on embedded. Under memory pressure, the freezer picks apps to…
13 …eaking, we want the freezer to run when the device is under some memory pressure but before we sta…
/xnu-10063.141.1/osfmk/arm/commpage/
H A Dcommpage.h39 extern void commpage_set_memory_pressure( unsigned int pressure );
H A Dcommpage.c364 unsigned int pressure ) in commpage_set_memory_pressure() argument
369 *((uint32_t *)(_COMM_PAGE_MEMORY_PRESSURE + _COMM_PAGE_RW_OFFSET)) = pressure; in commpage_set_memory_pressure()
/xnu-10063.141.1/osfmk/i386/commpage/
H A Dcommpage.h140 extern void commpage_set_memory_pressure(unsigned int pressure);
H A Dcommpage.c806 unsigned int pressure ) in commpage_set_memory_pressure() argument
815 *ip = (uint32_t) pressure; in commpage_set_memory_pressure()
822 *ip = (uint32_t) pressure; in commpage_set_memory_pressure()
/xnu-10063.141.1/config/
H A DMASTER414 # memory pressure event support