Home
last modified time | relevance | path

Searched refs:inactive_count (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/osfmk/mach/
H A Dvm_statistics.h91 natural_t inactive_count; /* # of pages inactive */ member
139 natural_t inactive_count; /* # of pages inactive */ member
/xnu-11215/osfmk/kern/
H A Dhost.c451 stat32->inactive_count = VM_STATISTICS_TRUNCATE_TO_32_BIT(vm_page_inactive_count); in host_statistics()
812 stat->inactive_count = vm_page_inactive_count; in vm_stats()
/xnu-11215/tools/lldbmacros/
H A Dmemory.py4870 inactive_count = 0
4912 inactive_count = inactive_count + 1
4950 print("inactive_count = {:d}\n".format(inactive_count))
/xnu-11215/bsd/kern/
H A Dkern_memorystatus.c5469 snapshot->stats.inactive_pages = vm_stat.inactive_count; in memorystatus_init_snapshot_vmstats()