Lines Matching refs:counters
130 struct ibm_nx842_counters *counters; member
143 atomic64_inc(&dev->counters->_x); \
402 ibm_nx842_incr_hist(local_devdata->counters->comp_times, in nx842_pseries_compress()
533 ibm_nx842_incr_hist(local_devdata->counters->decomp_times, in nx842_pseries_decompress()
768 new_devdata->counters = old_devdata->counters; in nx842_OF_upd()
888 atomic64_read(&local_devdata->counters->_name)); \
931 times = local_devdata->counters->comp_times; in nx842_timehist_show()
933 times = local_devdata->counters->decomp_times; in nx842_timehist_show()
1040 new_devdata->counters = kzalloc(sizeof(*new_devdata->counters), in nx842_probe()
1042 if (!new_devdata->counters) { in nx842_probe()
1105 kfree(new_devdata->counters); in nx842_probe()
1134 kfree(old_devdata->counters); in nx842_remove()