Searched refs:CLUSTER_STAT (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c402 #define CLUSTER_STAT(clause) clause macro
404 #define CLUSTER_STAT(clause) macro
505 CLUSTER_STAT(vm_pageout_target_page_dirtied++;)
510 CLUSTER_STAT(vm_pageout_target_page_freed++;)
1750 CLUSTER_STAT(vm_pageout_cluster_conversions++);
2930 CLUSTER_STAT(pages_at_higher_offsets++;)
2932 CLUSTER_STAT(pages_at_lower_offsets++;)
4214 CLUSTER_STAT(vm_pageout_target_page_dirtied++;)
4234 CLUSTER_STAT(vm_pageout_target_page_freed++;)
H A Dvm_fault.c221 #define CLUSTER_STAT(clause) clause macro
229 #define CLUSTER_STAT(clause) macro
651 CLUSTER_STAT(int pages_at_higher_offsets;)
652 CLUSTER_STAT(int pages_at_lower_offsets;)

Completed in 31 milliseconds