Searched refs:JETSAM_PRIORITY_IDLE_DEFERRED (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/tools/tests/memorystatus/
H A Dmemorystatus.c486 if ((entries[i].priority > JETSAM_PRIORITY_IDLE_DEFERRED) && !(dirty_flags & PROC_DIRTY_IS_DIRTY)) {
552 if (!check_properties(getpid(), JETSAM_PRIORITY_IDLE_DEFERRED, -1, 0x0, "#2 - post xpc_track_activity()")) {
564 if (!check_properties(getpid(), JETSAM_PRIORITY_IDLE_DEFERRED, -1, 0x0, "#3 - post toggle")) {
571 if (!check_properties(getpid(), JETSAM_PRIORITY_IDLE_DEFERRED, -1, 0x0, "#4 - pre timeout")) {
642 if (!check_properties(getpid(), JETSAM_PRIORITY_IDLE_DEFERRED, -1, 0x0, "#3 - post toggle")) {
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c889 demotion_bucket = &memstat_bucket[JETSAM_PRIORITY_IDLE_DEFERRED];
930 if (p->p_memstat_effectivepriority == JETSAM_PRIORITY_IDLE_DEFERRED) {
957 if (p->p_memstat_effectivepriority == JETSAM_PRIORITY_IDLE_DEFERRED) {
989 demotion_bucket = &memstat_bucket[JETSAM_PRIORITY_IDLE_DEFERRED];
1023 if (p->p_memstat_effectivepriority == JETSAM_PRIORITY_IDLE_DEFERRED) {
1058 if (p->p_memstat_effectivepriority == JETSAM_PRIORITY_IDLE_DEFERRED) {
1115 } else if (priority == JETSAM_PRIORITY_IDLE_DEFERRED) {
1116 /* JETSAM_PRIORITY_IDLE_DEFERRED is reserved for internal use; if requested, adjust to JETSAM_PRIORITY_IDLE. */
1178 * We can't add to the JETSAM_PRIORITY_IDLE_DEFERRED bucket here.
1183 if (p->p_memstat_effectivepriority == JETSAM_PRIORITY_IDLE_DEFERRED) {
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dkern_memorystatus.h42 #define JETSAM_PRIORITY_IDLE_DEFERRED 1 macro

Completed in 356 milliseconds