Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dkern_memorystatus.h680 void memorystatus_update_priority_locked(proc_t p, int priority, boolean_t head_insert, boolean_t s…
/xnu-8796.141.3/bsd/kern/
H A Dkern_memorystatus.c2045 memorystatus_update_priority_locked(proc_t p, int priority, boolean_t head_insert, boolean_t skip_d… in memorystatus_update_priority_locked() argument
2057 (*p->p_name ? p->p_name : "unknown"), proc_getpid(p), priority, head_insert ? "head" : "tail"); in memorystatus_update_priority_locked()
2151 if (head_insert) { in memorystatus_update_priority_locked()
2367 boolean_t head_insert = false; in memorystatus_update() local
2390 head_insert = TRUE; in memorystatus_update()
2612 memorystatus_update_priority_locked(p, priority, head_insert, FALSE); in memorystatus_update()
7039 boolean_t head_insert; local
7147 head_insert = true;
7150 head_insert = false;
7166 memorystatus_update_priority_locked(p, new_priority, head_insert, false);
/xnu-8796.141.3/osfmk/vm/
H A Dvm_compressor.c4205 bool head_insert = false, wakeup_swapout_thread = false; in c_current_seg_filled() local
4266 head_insert = true; in c_current_seg_filled()
4321 c_seg_switch_state(c_seg, new_state, head_insert); in c_current_seg_filled()