Home
last modified time | relevance | path

Searched refs:SCALABLE_COUNTER_DECLARE (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/osfmk/kern/
H A Dhost_statistics.h43 SCALABLE_COUNTER_DECLARE(vm_statistics_zero_fill_count); /* # of zero fill pages */
44 SCALABLE_COUNTER_DECLARE(vm_statistics_reactivations); /* # of pages reactivated */
45 SCALABLE_COUNTER_DECLARE(vm_statistics_pageins); /* # of pageins */
46 SCALABLE_COUNTER_DECLARE(vm_statistics_pageouts); /* # of pageouts */
47 SCALABLE_COUNTER_DECLARE(vm_statistics_faults); /* # of faults */
48 SCALABLE_COUNTER_DECLARE(vm_statistics_cow_faults); /* # of copy-on-writes */
49 SCALABLE_COUNTER_DECLARE(vm_statistics_lookups); /* object cache lookups */
50 SCALABLE_COUNTER_DECLARE(vm_statistics_hits); /* object cache hits */
51 SCALABLE_COUNTER_DECLARE(vm_statistics_purges); /* # of pages purged */
52 SCALABLE_COUNTER_DECLARE(vm_statistics_decompressions); /* # of pages decompressed */
[all …]
H A Dcounter.h118 #define SCALABLE_COUNTER_DECLARE(name) \ macro
/xnu-8020.101.4/bsd/kern/
H A Dkern_sysctl.c4337 SCALABLE_COUNTER_DECLARE(oslog_p_total_msgcount);
4338 SCALABLE_COUNTER_DECLARE(oslog_p_metadata_saved_msgcount);
4339 SCALABLE_COUNTER_DECLARE(oslog_p_metadata_dropped_msgcount);
4340 SCALABLE_COUNTER_DECLARE(oslog_p_error_count);
4341 SCALABLE_COUNTER_DECLARE(oslog_p_saved_msgcount);
4342 SCALABLE_COUNTER_DECLARE(oslog_p_dropped_msgcount);
4343 SCALABLE_COUNTER_DECLARE(oslog_p_boot_dropped_msgcount);
4344 SCALABLE_COUNTER_DECLARE(oslog_p_coprocessor_total_msgcount);
4345 SCALABLE_COUNTER_DECLARE(oslog_p_coprocessor_dropped_msgcount);
4346 SCALABLE_COUNTER_DECLARE(oslog_p_unresolved_kc_msgcount);
[all …]
/xnu-8020.101.4/bsd/vm/
H A Dvm_unix.c2997 SCALABLE_COUNTER_DECLARE(vm_page_grab_count);