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

/darwin-on-arm/xnu/osfmk/kern/
H A Dhost.c319 host_vm_stat.zero_fill_count += stat->zero_fill_count;
352 stat32->zero_fill_count = VM_STATISTICS_TRUNCATE_TO_32_BIT(host_vm_stat.zero_fill_count);
500 host_vm_stat.zero_fill_count += stat->zero_fill_count;
533 stat->zero_fill_count = host_vm_stat.zero_fill_count;
/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_fault.c682 VM_STAT_INCR(zero_fill_count);

Completed in 35 milliseconds