Home
last modified time | relevance | path

Searched refs:zero_fill_count (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/osfmk/mach/
H A Dvm_statistics.h93 natural_t zero_fill_count; /* # of zero fill pages */ member
141 uint64_t zero_fill_count; /* # of zero fill pages */ member
/xnu-11215/osfmk/kern/
H A Dhost.c141 out->zero_fill_count = counter_load(&vm_statistics_zero_fill_count); in get_host_vm_stats()
457 stat32->zero_fill_count = VM_STATISTICS_TRUNCATE_TO_32_BIT(host_vm_stat.zero_fill_count); in host_statistics()
818 stat->zero_fill_count = host_vm_stat.zero_fill_count; in vm_stats()