Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c3715 memorystatus_act_on_hiwat_processes(uint32_t *errors, uint32_t *hwm_kill, boolean_t *post_snapshot,… in memorystatus_act_on_hiwat_processes() argument
3723 *hwm_kill = *hwm_kill + 1; in memorystatus_act_on_hiwat_processes()
3746 if (*hwm_kill == 0) { in memorystatus_act_on_hiwat_processes()
4076 uint32_t hwm_kill = 0; in memorystatus_thread() local
4161 …if (memorystatus_act_on_hiwat_processes(&errors, &hwm_kill, &post_snapshot, &is_critical, &memory_… in memorystatus_thread()