Searched refs:memorystatus_get_first_proc_locked (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_memorystatus_policy.c | 550 next_p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_freeze_pick_refreeze_process() 614 next_p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_freeze_pick_process()
|
| H A D | kern_memorystatus.c | 865 p = memorystatus_get_first_proc_locked(&b, traverse_all_buckets); in memorystatus_debug_dump_bucket_locked() 957 p = memorystatus_get_first_proc_locked(&b, TRUE); 1196 memorystatus_get_first_proc_locked(unsigned int *bucket_index, boolean_t search) in memorystatus_get_first_proc_locked() function 3464 p = memorystatus_get_first_proc_locked(&i, FALSE); in kill_idle_exit_proc() 5261 next_p = memorystatus_get_first_proc_locked(&b, TRUE); in memorystatus_init_jetsam_snapshot_locked() 5316 p = memorystatus_get_first_proc_locked(&bucket_index, FALSE); in memorystatus_verify_sort_order() 5344 p = memorystatus_get_first_proc_locked(&bucket_index, FALSE); in memorystatus_verify_sort_order() 5651 next_p = memorystatus_get_first_proc_locked(&i, TRUE); in memorystatus_kill_top_process() 5713 next_p = memorystatus_get_first_proc_locked(&i, TRUE); in memorystatus_kill_top_process() 5762 next_p = memorystatus_get_first_proc_locked(&i, TRUE); in memorystatus_kill_top_process() [all …]
|
| H A D | kern_memorystatus_freeze.c | 846 p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_freezer_get_status() 1084 p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_freezer_get_procs() 1165 next_p = memorystatus_get_first_proc_locked(&band, TRUE); in memorystatus_freezer_reset_state() 1234 next_p = memorystatus_get_first_proc_locked(&band, TRUE); in kill_all_frozen_processes() 1282 next_p = memorystatus_get_first_proc_locked(&band, TRUE); in kill_all_frozen_processes() 2045 p = memorystatus_get_first_proc_locked(&band, TRUE); in memorystatus_freezer_candidate_list_get_proc() 2293 next_p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_demote_frozen_processes_using_thaw_count() 2502 p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_freeze_mark_eligible_processes_with_skip_reason() 2627 next_p = memorystatus_get_first_proc_locked(&band, TRUE); in memorystatus_freeze_start_normal_throttle_interval()
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | kern_memorystatus.h | 686 proc_t memorystatus_get_first_proc_locked(unsigned int *bucket_index, boolean_t search);
|