Searched refs:head_insert (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_memorystatus.c | 2140 memorystatus_update_priority_locked(proc_t p, int priority, boolean_t head_insert, boolean_t skip_d… in memorystatus_update_priority_locked() argument 2152 (*p->p_name ? p->p_name : "unknown"), proc_getpid(p), priority, head_insert ? "head" : "tail"); in memorystatus_update_priority_locked() 2244 if (head_insert) { in memorystatus_update_priority_locked() 2418 boolean_t head_insert = false; in memorystatus_update() local 2433 head_insert = TRUE; in memorystatus_update() 2659 memorystatus_update_priority_locked(p, priority, head_insert, TRUE); in memorystatus_update() 2663 memorystatus_update_priority_locked(p, priority, head_insert, FALSE); in memorystatus_update() 7175 boolean_t head_insert; local 7277 head_insert = true; 7280 head_insert = false; [all …]
|
| /xnu-8019.80.24/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-8019.80.24/osfmk/vm/ |
| H A D | vm_compressor.c | 3605 boolean_t head_insert = FALSE; in c_current_seg_filled() local 3666 head_insert = TRUE; in c_current_seg_filled() 3675 c_seg_switch_state(c_seg, new_state, head_insert); in c_current_seg_filled()
|