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