Lines Matching refs:counter_load
137 out->zero_fill_count = counter_load(&vm_statistics_zero_fill_count); in get_host_vm_stats()
138 out->reactivations = counter_load(&vm_statistics_reactivations); in get_host_vm_stats()
139 out->pageins = counter_load(&vm_statistics_pageins); in get_host_vm_stats()
140 out->pageouts = counter_load(&vm_statistics_pageouts); in get_host_vm_stats()
141 out->faults = counter_load(&vm_statistics_faults); in get_host_vm_stats()
142 out->cow_faults = counter_load(&vm_statistics_cow_faults); in get_host_vm_stats()
143 out->lookups = counter_load(&vm_statistics_lookups); in get_host_vm_stats()
144 out->hits = counter_load(&vm_statistics_hits); in get_host_vm_stats()
145 out->compressions = counter_load(&vm_statistics_compressions); in get_host_vm_stats()
146 out->decompressions = counter_load(&vm_statistics_decompressions); in get_host_vm_stats()
147 out->swapins = counter_load(&vm_statistics_swapins); in get_host_vm_stats()
148 out->swapouts = counter_load(&vm_statistics_swapouts); in get_host_vm_stats()