Home
last modified time | relevance | path

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

/xnu-8796.141.3/doc/memorystatus/
H A Dkill.md21 | `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 …
[all …]
H A Doverview.md63 …ing and actions taken by the memorystatus subsystem happen in the `memorystatus_thread` (`bsd/kern…
136 | VM\_memorystatus\_1 | `memorystatus_thread` | `jt_wakeup_cond` in `jetsam_thread_state_t` |
/xnu-8796.141.3/bsd/kern/
H A Dkern_memorystatus.c664 static void memorystatus_thread(void *param __unused, wait_result_t wr __unused);
1499 …result = kernel_thread_start_priority(memorystatus_thread, NULL, 95 /* MAXPRI_KERNEL */, &jetsam_t… in memorystatus_init()
4060 sched_cond_wait(&(jetsam_thread->jt_wakeup_cond), THREAD_UNINT, memorystatus_thread); in memorystatus_thread_internal()
4178 memorystatus_thread(void *param __unused, wait_result_t wr __unused) in memorystatus_thread() function
4184 sched_cond_wait(&(jetsam_thread->jt_wakeup_cond), THREAD_UNINT, memorystatus_thread); in memorystatus_thread()