Searched refs:reactivations (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/osfmk/mach/
H A Devents_info.h50 integer_t reactivations; /* number of reactivated pages */ member in struct:events_info
H A Dvm_statistics.h90 natural_t reactivations; /* # of pages reactivated */ member in struct:vm_statistics
138 uint64_t reactivations; /* # of pages reactivated */ member in struct:vm_statistics64
/xnu-2782.1.97/osfmk/kern/
H A Dhost.c334 host_vm_stat.reactivations += stat->reactivations;
363 stat32->reactivations = VM_STATISTICS_TRUNCATE_TO_32_BIT(host_vm_stat.reactivations);
530 host_vm_stat.reactivations += stat->reactivations;
569 stat->reactivations = host_vm_stat.reactivations;
/xnu-2782.1.97/osfmk/vm/
H A Dvm_pageout.c265 * the referenced bit. So we limit the number of reactivations
577 VM_STAT_INCR(reactivations);
2386 * reactivations.
2414 VM_STAT_INCR(reactivations);
5356 VM_STAT_INCR(reactivations);
6559 VM_STAT_INCR(reactivations);
8117 VM_STAT_INCR(reactivations);
H A Dvm_object.c1315 VM_STAT_INCR(reactivations);

Completed in 57 milliseconds