Searched refs:p_memstat_effectivepriority (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c370 if ((p->p_memstat_state & P_MEMSTAT_MEMLIMIT_BACKGROUND) && (p->p_memstat_effectivepriority >= JETSAM_PRIORITY_FOREGROUND)) {
930 if (p->p_memstat_effectivepriority == JETSAM_PRIORITY_IDLE_DEFERRED) {
957 if (p->p_memstat_effectivepriority == JETSAM_PRIORITY_IDLE_DEFERRED) {
1010 MEMORYSTATUS_DEBUG(1, "memorystatus_list_add(): adding process %d with priority %d.\n", p->p_pid, p->p_memstat_effectivepriority);
1021 bucket = &memstat_bucket[p->p_memstat_effectivepriority];
1023 if (p->p_memstat_effectivepriority == JETSAM_PRIORITY_IDLE_DEFERRED) {
1057 old_bucket = &memstat_bucket[p->p_memstat_effectivepriority];
1058 if (p->p_memstat_effectivepriority == JETSAM_PRIORITY_IDLE_DEFERRED) {
1079 if (((priority >= JETSAM_PRIORITY_FOREGROUND) && (p->p_memstat_effectivepriority < JETSAM_PRIORITY_FOREGROUND)) ||
1080 ((priority < JETSAM_PRIORITY_FOREGROUND) && (p->p_memstat_effectivepriority >
[all...]
H A Dkern_fork.c1384 child_proc->p_memstat_effectivepriority = JETSAM_PRIORITY_DEFAULT;
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h403 int32_t p_memstat_effectivepriority; /* priority after transaction state accounted for */ member in struct:proc
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dmemory.py95 out_str += format_string.format(proc_val.p_pid, proc_val.p_memstat_effectivepriority,

Completed in 177 milliseconds