Searched refs:p_memstat_effectivepriority (Results 1 – 7 of 7) sorted by relevance
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_memorystatus.c | 317 …and && (p->p_memstat_effectivepriority == system_procs_aging_band)) || (isApp(p) && applications_a… 986 …p->p_memstat_state, p->p_memstat_effectivepriority, p->p_memstat_requestedpriority, p->p_memstat_a… in memorystatus_debug_dump_bucket_locked() 1666 int32_t memstat_effectivepriority = p->p_memstat_effectivepriority; in memorystatus_do_kill() 1685 if (p->p_memstat_effectivepriority >= JETSAM_PRIORITY_FOREGROUND) { in memorystatus_do_kill() 1688 … memorystatus_priority_band_name(p->p_memstat_effectivepriority), p->p_memstat_effectivepriority, in memorystatus_do_kill() 1791 if (p->p_memstat_effectivepriority < jetsam_prio) { in memorystatus_update_inactive_jetsam_priority_band() 1815 if (p->p_memstat_effectivepriority == jetsam_prio) { in memorystatus_update_inactive_jetsam_priority_band() 1978 assert(p->p_memstat_effectivepriority == system_procs_aging_band); in memorystatus_invalidate_idle_demotion_locked() 1982 assert(p->p_memstat_effectivepriority == applications_aging_band); in memorystatus_invalidate_idle_demotion_locked() 2060 …us_list_add(): adding pid %d with priority %d.\n", proc_getpid(p), p->p_memstat_effectivepriority); in memorystatus_add() [all …]
|
| H A D | kern_memorystatus_notify.c | 714 return (p->p_memstat_effectivepriority == JETSAM_PRIORITY_FOREGROUND) || in memorystatus_is_foreground_locked() 715 (p->p_memstat_effectivepriority == JETSAM_PRIORITY_FOREGROUND_SUPPORT); in memorystatus_is_foreground_locked() 751 if (p->p_memstat_effectivepriority < JETSAM_PRIORITY_BACKGROUND_OPPORTUNISTIC) { in memorystatus_bg_pressure_eligible() 1181 curr_task_importance = p->p_memstat_effectivepriority; in vm_pressure_select_optimal_candidate_to_notify()
|
| H A D | kern_memorystatus_freeze.c | 1183 if (p->p_memstat_effectivepriority > kMaxBand) { in memorystatus_freezer_reset_state() 1252 if (p->p_memstat_effectivepriority > max_band) { in kill_all_frozen_processes() 1776 …if (!(state & P_MEMSTAT_FROZEN) && p->p_memstat_effectivepriority > memorystatus_freeze_max_candid… in memorystatus_is_process_eligible_for_freeze() 2198 if (!memorystatus_freezer_use_ordered_list && p->p_memstat_effectivepriority != (int32_t) band) { in memorystatus_freeze_top_process() 2651 assert(p->p_memstat_effectivepriority == (int32_t) band); in memorystatus_freeze_mark_eligible_processes_with_skip_reason() 2779 if (p->p_memstat_effectivepriority > JETSAM_PRIORITY_FOREGROUND) { in memorystatus_freeze_start_normal_throttle_interval()
|
| H A D | kern_exit.c | 736 …ptr, TASK_CRASHINFO_MEMORYSTATUS_EFFECTIVE_PRIORITY, sizeof(p->p_memstat_effectivepriority), &uadd… in populate_corpse_crashinfo() 737 …kcdata_memcpy(crash_info_ptr, uaddr, &p->p_memstat_effectivepriority, sizeof(p->p_memstat_effectiv… in populate_corpse_crashinfo()
|
| H A D | kern_fork.c | 1198 child_proc->p_memstat_effectivepriority = JETSAM_PRIORITY_DEFAULT; in forkproc()
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | proc_internal.h | 452 …int32_t p_memstat_effectivepriority; /* priority after transaction state accounted for … member
|
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | memory.py | 256 out_str += format_string.format(GetProcPID(proc_val), proc_val.p_memstat_effectivepriority,
|