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

/xnu-2782.1.97/osfmk/mach/
H A Dvm_statistics.h87 natural_t inactive_count; /* # of pages inactive */ member in struct:vm_statistics
135 natural_t inactive_count; /* # of pages inactive */ member in struct:vm_statistics64
/xnu-2782.1.97/osfmk/kern/
H A Dhost.c360 stat32->inactive_count = VM_STATISTICS_TRUNCATE_TO_32_BIT(vm_page_inactive_count);
566 stat->inactive_count = vm_page_inactive_count;
/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c2212 memorystatus_jetsam_snapshot->stats.inactive_pages = vm_stat.inactive_count;

Completed in 40 milliseconds