Home
last modified time | relevance | path

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

/xnu-11215/doc/vm/
H A Dmemorystatus_kills.md15 …ATUS_KILL_HIWATER` | `memorystatus_thread` | Yes …
17 …ATUS_KILL_TOP_PROCESS` | `memorystatus_thread` | Yes …
18 …ATUS_KILL_AGGRESSIVE` | `memorystatus_thread` | Yes …
19 …ATUS_KILL_TOP_PROCESS` | `memorystatus_thread` | No …
23 …ATUS_KILL_TOP_PROCESS` | `memorystatus_thread` or thread …
24 …ATUS_KILL_TOP_PROCESS` | `memorystatus_thread` | No …
25 …ATUS_KILL_TOP_PROCESS` | `memorystatus_thread` or thread …
26 …ATUS_KILL_SUSPENDED_SWAPPABLE` or `MEMORYSTATUS_KILL_SWAPPABLE` | `memorystatus_thread` | Yes …
39 …lable pages is below `memorystatus_available_pages_critical`. The `memorystatus_thread` will kill …
61 In this case the `memorystatus_thread` kills the process with the lowest jetsam priority and resets…
[all …]
H A Dmemorystatus.md58 …ing and actions taken by the memorystatus subsystem happen in the `memorystatus_thread` (`bsd/kern…
139 | VM\_memorystatus\_1 | `memorystatus_thread` | `jt_wakeup_cond` in `jetsam_thread_state_t` |
/xnu-11215/bsd/kern/
H A Dkern_memorystatus.c815 static void memorystatus_thread(void *param __unused, wait_result_t wr __unused);
2015 …result = kernel_thread_start_priority(memorystatus_thread, NULL, 95 /* MAXPRI_KERNEL */, &jetsam_t… in memorystatus_init()
4300 sched_cond_wait(&state->jt_wakeup_cond, THREAD_UNINT, memorystatus_thread); in memorystatus_thread_internal()
4432 memorystatus_thread(void *param __unused, wait_result_t wr __unused) in memorystatus_thread() function
4438 sched_cond_wait(&(jetsam_thread->jt_wakeup_cond), THREAD_UNINT, memorystatus_thread); in memorystatus_thread()