Home
last modified time | relevance | path

Searched defs:band (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.81.4/bsd/kern/
H A Dkern_memorystatus_policy.c567 unsigned int band = (unsigned int) memorystatus_freeze_jetsam_band; in memorystatus_freeze_pick_refreeze_process() local
619 unsigned int band = JETSAM_PRIORITY_IDLE; in memorystatus_freeze_pick_process() local
761 …for (unsigned int band = JETSAM_PRIORITY_IDLE; band <= memorystatus_freeze_max_candidate_band; ban… in memorystatus_pick_freeze_count_for_wakeup() local
H A Dkern_memorystatus_freeze.c820 …uint32_t proc_count = 0, freeze_eligible_proc_considered = 0, band = 0, xpc_index = 0, … in memorystatus_freezer_get_status() local
1121 uint32_t band = memorystatus_freeze_jetsam_band; in memorystatus_freezer_get_procs() local
1194 uint32_t band = JETSAM_PRIORITY_IDLE; in memorystatus_freezer_reset_state() local
1270 unsigned int band = 0; in kill_all_frozen_processes() local
2091 unsigned int band = JETSAM_PRIORITY_IDLE; in memorystatus_freezer_candidate_list_get_proc() local
2341 unsigned int band = (unsigned int) memorystatus_freeze_jetsam_band; in memorystatus_demote_frozen_processes_using_thaw_count() local
2549 unsigned int band = JETSAM_PRIORITY_IDLE; in memorystatus_freeze_mark_eligible_processes_with_skip_reason() local
2632 unsigned int band; in memorystatus_freeze_start_normal_throttle_interval() local
H A Dkern_memorystatus.c3988 int elevated_bucket_count = 0, maximum_kills = 0, band = 0; in memorystatus_act_aggressive() local
6497 memorystatus_kill_elevated_process(uint32_t cause, os_reason_t jetsam_reason, unsigned int band, in… in memorystatus_kill_elevated_process()
/xnu-11215.81.4/tests/vm/
H A Dentitlement_internal_bands.c22 for (int32_t band = JETSAM_PRIORITY_IDLE + 1; band <= JETSAM_PRIORITY_ENTITLED_MAX; band++) { variable
H A Dmemorystatus_sort_test.c283 place_proc_in_band(pid_t pid, int band) in place_proc_in_band()
295 place_coalition_in_band(const coalition_info_t *coalition, int band) in place_coalition_in_band()