Lines Matching refs:counters
117 struct ibm_nx842_counters *counters; member
128 atomic64_inc(&dev->counters->_x); \
388 ibm_nx842_incr_hist(local_devdata->counters->comp_times, in nx842_pseries_compress()
520 ibm_nx842_incr_hist(local_devdata->counters->decomp_times, in nx842_pseries_decompress()
754 new_devdata->counters = old_devdata->counters; in nx842_OF_upd()
875 atomic64_read(&local_devdata->counters->_name)); \
918 times = local_devdata->counters->comp_times; in nx842_timehist_show()
920 times = local_devdata->counters->decomp_times; in nx842_timehist_show()
999 new_devdata->counters = kzalloc(sizeof(*new_devdata->counters), in nx842_probe()
1001 if (!new_devdata->counters) { in nx842_probe()
1054 kfree(new_devdata->counters); in nx842_probe()
1079 kfree(old_devdata->counters); in nx842_remove()