Home
last modified time | relevance | path

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

/xnu-10063.101.15/doc/vm/
H A Dmemorystatus_kills.md15 | `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 …
[all …]
H A Dmemorystatus.md58 …ing and actions taken by the memorystatus subsystem happen in the `memorystatus_thread` (`bsd/kern…
131 | VM\_memorystatus\_1 | `memorystatus_thread` | `jt_wakeup_cond` in `jetsam_thread_state_t` |
/xnu-10063.101.15/bsd/kern/
H A Dkern_memorystatus.c703 static void memorystatus_thread(void *param __unused, wait_result_t wr __unused);
1591 …result = kernel_thread_start_priority(memorystatus_thread, NULL, 95 /* MAXPRI_KERNEL */, &jetsam_t… in memorystatus_init()
4125 sched_cond_wait(&(jetsam_thread->jt_wakeup_cond), THREAD_UNINT, memorystatus_thread); in memorystatus_thread_internal()
4245 memorystatus_thread(void *param __unused, wait_result_t wr __unused) in memorystatus_thread() function
4251 sched_cond_wait(&(jetsam_thread->jt_wakeup_cond), THREAD_UNINT, memorystatus_thread); in memorystatus_thread()