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

/xnu-2782.1.97/osfmk/kern/
H A Dhost.c333 host_vm_stat.zero_fill_count += stat->zero_fill_count;
362 stat32->zero_fill_count = VM_STATISTICS_TRUNCATE_TO_32_BIT(host_vm_stat.zero_fill_count);
529 host_vm_stat.zero_fill_count += stat->zero_fill_count;
568 stat->zero_fill_count = host_vm_stat.zero_fill_count;
/xnu-2782.1.97/osfmk/mach/
H A Dvm_statistics.h89 natural_t zero_fill_count; /* # of zero fill pages */ member in struct:vm_statistics
137 uint64_t zero_fill_count; /* # of zero fill pages */ member in struct:vm_statistics64
/xnu-2782.1.97/osfmk/vm/
H A Dvm_fault.c715 VM_STAT_INCR(zero_fill_count);

Completed in 38 milliseconds