Searched refs:wire_count (Results 1 - 8 of 8) sorted by relevance

/xnu-2422.115.4/osfmk/mach/
H A Dvm_statistics.h88 natural_t wire_count; /* # of pages wired down */ member in struct:vm_statistics
136 natural_t wire_count; /* # of pages wired down */ member in struct:vm_statistics64
/xnu-2422.115.4/osfmk/vm/
H A Dvm_page.h178 * we use the 'wire_count' field to store the local
183 #define local_id wire_count
184 unsigned int wire_count:16, /* how many wired down maps use me? (O&P) */ member in struct:vm_page
287 #define VM_PAGE_WIRED(m) ((!(m)->local && (m)->wire_count))
782 * this is why its safe to utilze the wire_count field in the vm_page_t as the local_id...
H A Dvm_kern.c447 mem->wire_count++;
647 mem->wire_count++;
H A Dvm_resident.c526 m->wire_count = 0;
2405 mem->wire_count = 0;
2726 mem->wire_count++;
2779 if (--mem->wire_count == 0) {
3598 printf(" wire_count=%u\n", p->wire_count);
4452 m1->wire_count++;
H A Dvm_object.c5706 m->wire_count = 1;
H A Dvm_pageout.c533 assert(m->wire_count == 1);
/xnu-2422.115.4/osfmk/kern/
H A Dhost.c361 stat32->wire_count = VM_STATISTICS_TRUNCATE_TO_32_BIT(vm_page_wire_count + vm_page_throttled_count + vm_lopage_free_count);
567 stat->wire_count = vm_page_wire_count + vm_page_throttled_count + vm_lopage_free_count;
/xnu-2422.115.4/bsd/kern/
H A Dkern_memorystatus.c1705 memorystatus_jetsam_snapshot->stats.wired_pages = vm_stat.wire_count;

Completed in 74 milliseconds