Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dkern_memorystatus_freeze.c916 p = memorystatus_get_next_proc_locked(&band, p, FALSE); in memorystatus_freezer_get_status()
1004 p = memorystatus_get_next_proc_locked(&band, p, FALSE); in memorystatus_freezer_get_status()
1105 p = memorystatus_get_next_proc_locked(&band, p, FALSE); in memorystatus_freezer_get_procs()
1181 next_p = memorystatus_get_next_proc_locked(&band, p, TRUE); in memorystatus_freezer_reset_state()
1249 next_p = memorystatus_get_next_proc_locked(&band, p, TRUE); in kill_all_frozen_processes()
2136 p = memorystatus_get_next_proc_locked(&band, p, TRUE); in memorystatus_freezer_candidate_list_get_proc()
2261 next_p = memorystatus_get_next_proc_locked(&band, p, FALSE); in memorystatus_freeze_top_process()
2450 next_p = memorystatus_get_next_proc_locked(&band, p, FALSE); in memorystatus_demote_frozen_processes_using_thaw_count()
2656 p = memorystatus_get_next_proc_locked(&band, p, FALSE); in memorystatus_freeze_mark_eligible_processes_with_skip_reason()
2777 next_p = memorystatus_get_next_proc_locked(&band, p, TRUE); in memorystatus_freeze_start_normal_throttle_interval()
H A Dkern_memorystatus.c995 p = memorystatus_get_next_proc_locked(&b, p, traverse_all_buckets); in memorystatus_debug_dump_bucket_locked()
1094 p = memorystatus_get_next_proc_locked(&b, p, TRUE);
1329 memorystatus_get_next_proc_locked(unsigned int *bucket_index, proc_t p, boolean_t search) in memorystatus_get_next_proc_locked() function
3579 p = memorystatus_get_next_proc_locked(&i, p, FALSE); in kill_idle_exit_proc()
5364 next_p = memorystatus_get_next_proc_locked(&b, p, TRUE); in memorystatus_init_jetsam_snapshot_locked()
5424 p = memorystatus_get_next_proc_locked(&bucket_index, p, FALSE); in memorystatus_verify_sort_order()
5463 p = memorystatus_get_next_proc_locked(&bucket_index, p, FALSE); in memorystatus_verify_sort_order()
5752 next_p = memorystatus_get_next_proc_locked(&i, p, TRUE); in memorystatus_kill_top_process()
5947 next_p = memorystatus_get_next_proc_locked(&i, p, TRUE); in memorystatus_kill_processes_aggressive()
6011 next_p = memorystatus_get_next_proc_locked(&i, temp_p, TRUE); in memorystatus_kill_processes_aggressive()
[all …]
/xnu-8020.121.3/bsd/sys/
H A Dkern_memorystatus.h661 proc_t memorystatus_get_next_proc_locked(unsigned int *bucket_index, proc_t p, boolean_t search);