Searched refs:wire_count (Results 1 – 4 of 4) sorted by relevance
92 natural_t wire_count; /* # of pages wired down */ member140 natural_t wire_count; /* # of pages wired down */ member
453 stat32->wire_count = VM_STATISTICS_TRUNCATE_TO_32_BIT(vm_page_wire_count); in host_statistics()455 …stat32->wire_count = VM_STATISTICS_TRUNCATE_TO_32_BIT(vm_page_wire_count + vm_page_throttled_count… in host_statistics()814 stat->wire_count = vm_page_wire_count; in vm_stats()816 stat->wire_count = vm_page_wire_count + throttled_count + vm_lopage_free_count; in vm_stats()
374 } while (page->wire_count != 0); in vm_test_page_wire_overflow_panic()
5472 snapshot->stats.wired_pages = vm_stat.wire_count; in memorystatus_init_snapshot_vmstats()