Searched refs:head_insert (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_memorystatus.c | 2139 memorystatus_update_priority_locked(proc_t p, int priority, boolean_t head_insert, boolean_t skip_d… in memorystatus_update_priority_locked() argument 2151 (*p->p_name ? p->p_name : "unknown"), proc_getpid(p), priority, head_insert ? "head" : "tail"); in memorystatus_update_priority_locked() 2243 if (head_insert) { in memorystatus_update_priority_locked() 2417 boolean_t head_insert = false; in memorystatus_update() local 2432 head_insert = TRUE; in memorystatus_update() 2658 memorystatus_update_priority_locked(p, priority, head_insert, TRUE); in memorystatus_update() 2662 memorystatus_update_priority_locked(p, priority, head_insert, FALSE); in memorystatus_update() 7176 boolean_t head_insert; local 7278 head_insert = true; 7281 head_insert = false; [all …]
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | kern_memorystatus.h | 664 void memorystatus_update_priority_locked(proc_t p, int priority, boolean_t head_insert, boolean_t s…
|
| /xnu-8020.140.41/osfmk/vm/ |
| H A D | vm_compressor.c | 3675 boolean_t head_insert = FALSE; in c_current_seg_filled() local 3735 head_insert = TRUE; in c_current_seg_filled() 3762 c_seg_switch_state(c_seg, new_state, head_insert); in c_current_seg_filled()
|