Searched refs:memorystatus_get_first_proc_locked (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/bsd/kern/ |
| H A D | kern_memorystatus_policy.c | 569 next_p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_freeze_pick_refreeze_process() 667 next_p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_freeze_pick_process()
|
| H A D | kern_memorystatus.c | 1154 p = memorystatus_get_first_proc_locked(&b, TRUE); 3617 p = memorystatus_get_first_proc_locked(&i, FALSE); in kill_idle_exit_proc() 5543 next_p = memorystatus_get_first_proc_locked(&b, TRUE); in memorystatus_init_jetsam_snapshot_locked() 5972 next_p = memorystatus_get_first_proc_locked(&i, TRUE); in memorystatus_kill_top_process() 6083 next_p = memorystatus_get_first_proc_locked(&i, TRUE); in memorystatus_kill_top_process() 6370 next_p = memorystatus_get_first_proc_locked(&i, TRUE); in memorystatus_kill_hiwat_proc() 6464 next_p = memorystatus_get_first_proc_locked(&i, TRUE); in memorystatus_kill_hiwat_proc() 6762 p = memorystatus_get_first_proc_locked(&i, TRUE); in memorystatus_get_priority_list() 6890 p = memorystatus_get_first_proc_locked(&i, TRUE); in memorystatus_clear_errors() 8536 p = memorystatus_get_first_proc_locked(&b, FALSE); [all …]
|
| H A D | kern_memorystatus_freeze.c | 882 p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_freezer_get_status() 1136 p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_freezer_get_procs() 1216 next_p = memorystatus_get_first_proc_locked(&band, TRUE); in memorystatus_freezer_reset_state() 1282 next_p = memorystatus_get_first_proc_locked(&band, TRUE); in kill_all_frozen_processes() 1330 next_p = memorystatus_get_first_proc_locked(&band, TRUE); in kill_all_frozen_processes() 2092 p = memorystatus_get_first_proc_locked(&band, TRUE); in memorystatus_freezer_candidate_list_get_proc() 2346 next_p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_demote_frozen_processes_using_thaw_count() 2555 p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_freeze_mark_eligible_processes_with_skip_reason() 2686 next_p = memorystatus_get_first_proc_locked(&band, TRUE); in memorystatus_freeze_start_normal_throttle_interval()
|
| /xnu-11215/bsd/sys/ |
| H A D | kern_memorystatus.h | 697 proc_t memorystatus_get_first_proc_locked(unsigned int *bucket_index, boolean_t search);
|