Searched refs:dirty_flags (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/tools/tests/memorystatus/
H A Dmemorystatus.c465 uint32_t dirty_flags; local
474 dirty_ret = proc_get_dirty(entries[i].pid, &dirty_flags);
476 dirty_flags = 0;
479 if (dirty_flags & PROC_DIRTY_ALLOWS_IDLE_EXIT) {
481 if ((entries[i].priority == JETSAM_PRIORITY_IDLE) && (dirty_flags & PROC_DIRTY_IS_DIRTY)) {
482 printf("\t\tProcess %d at idle priority when dirty (priority %d, flags 0x%x)!\n", entries[i].pid, entries[i].priority, dirty_flags);
486 if ((entries[i].priority > JETSAM_PRIORITY_IDLE_DEFERRED) && !(dirty_flags & PROC_DIRTY_IS_DIRTY)) {
487 printf("\t\tProcess %d not at non-idle priority when clean(priority %d, flags 0x%x)\n", entries[i].pid, entries[i].priority, dirty_flags);
/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_vnops.c2212 BOOL dirty_flags = FALSE; local
2292 dirty_flags = TRUE;
2317 dirty_flags = TRUE;
2319 if (dirty_flags)

Completed in 163 milliseconds