Lines Matching refs:memorystatus_thread
15 | `JETSAM_REASON_MEMORY_HIGHWATER` | `MEMORYSTATUS_KILL_HIWATER` | `memorystatus_thread` | Yes |
17 | `JETSAM_REASON_MEMORY_VMPAGESHORTAGE` | `MEMORYSTATUS_KILL_TOP_PROCESS` | `memorystatus_thread` |…
18 | `JETSAM_REASON_MEMORY_PROCTHRASHING` | `MEMORYSTATUS_KILL_AGGRESSIVE` | `memorystatus_thread` | Y…
19 | `JETSAM_REASON_MEMORY_FCTHRASHING` | `MEMORYSTATUS_KILL_TOP_PROCESS` | `memorystatus_thread` | No…
23 | `JETSAM_REASON_ZONE_MAP_EXHAUSTION` | `MEMORYSTATUS_KILL_TOP_PROCESS` | `memorystatus_thread` or …
24 …SON_MEMORY_VMCOMPRESSOR_THRASHING` | `MEMORYSTATUS_KILL_TOP_PROCESS` | `memorystatus_thread` | No |
25 …_VMCOMPRESSOR_SPACE_SHORTAGE` | `MEMORYSTATUS_KILL_TOP_PROCESS` | `memorystatus_thread` or thread …
26 …RYSTATUS_KILL_SUSPENDED_SWAPPABLE` or `MEMORYSTATUS_KILL_SWAPPABLE` | `memorystatus_thread` | Yes |
31 …lable pages is below `memorystatus_available_pages_pressure`, the `memorystatus_thread` will perfo…
39 …lable pages is below `memorystatus_available_pages_critical`. The `memorystatus_thread` will kill …
63 In this case the `memorystatus_thread` kills the process with the lowest jetsam priority and resets…
84 …cess to kill, it performs a synchronous kill. If not, it asks the `memorystatus_thread` to pick an…
88 …number of compressions and decompressions in the last 10 m.s. The `memorystatus_thread` will kill …
94 …e `vm_compressor_low_on_space` in `osfmk/vm/vm_compressor.c`. The `memorystatus_thread` will kill …