Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dkern_memorystatus.c977 p = memorystatus_get_first_proc_locked(&b, traverse_all_buckets); in memorystatus_debug_dump_bucket_locked()
1069 p = memorystatus_get_first_proc_locked(&b, TRUE);
1307 memorystatus_get_first_proc_locked(unsigned int *bucket_index, boolean_t search) in memorystatus_get_first_proc_locked() function
3564 p = memorystatus_get_first_proc_locked(&i, FALSE); in kill_idle_exit_proc()
5361 next_p = memorystatus_get_first_proc_locked(&b, TRUE); in memorystatus_init_jetsam_snapshot_locked()
5416 p = memorystatus_get_first_proc_locked(&bucket_index, FALSE); in memorystatus_verify_sort_order()
5444 p = memorystatus_get_first_proc_locked(&bucket_index, FALSE); in memorystatus_verify_sort_order()
5749 next_p = memorystatus_get_first_proc_locked(&i, TRUE); in memorystatus_kill_top_process()
5807 next_p = memorystatus_get_first_proc_locked(&i, TRUE); in memorystatus_kill_top_process()
5856 next_p = memorystatus_get_first_proc_locked(&i, TRUE); in memorystatus_kill_top_process()
[all …]
H A Dkern_memorystatus_freeze.c858 p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_freezer_get_status()
1096 p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_freezer_get_procs()
1177 next_p = memorystatus_get_first_proc_locked(&band, TRUE); in memorystatus_freezer_reset_state()
1246 next_p = memorystatus_get_first_proc_locked(&band, TRUE); in kill_all_frozen_processes()
1295 next_p = memorystatus_get_first_proc_locked(&band, TRUE); in kill_all_frozen_processes()
2128 p = memorystatus_get_first_proc_locked(&band, TRUE); in memorystatus_freezer_candidate_list_get_proc()
2194 next_p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_freeze_top_process()
2447 next_p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_demote_frozen_processes_using_thaw_count()
2649 p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_freeze_mark_eligible_processes_with_skip_reason()
2774 next_p = memorystatus_get_first_proc_locked(&band, TRUE); in memorystatus_freeze_start_normal_throttle_interval()
/xnu-8020.121.3/bsd/sys/
H A Dkern_memorystatus.h660 proc_t memorystatus_get_first_proc_locked(unsigned int *bucket_index, boolean_t search);