Searched refs:ex_stats (Results 1 – 2 of 2) sorted by relevance
375 export_stats_destroy(exp->ex_stats); in svc_export_release()376 kfree(exp->ex_stats); in svc_export_release()798 struct percpu_counter *counter = exp->ex_stats->counter; in svc_export_show()800 seq_printf(m, "\t%lld\n", exp->ex_stats->start_time); in svc_export_show()852 export_stats_reset(new->ex_stats); in svc_export_init()889 i->ex_stats = kmalloc_obj(*(i->ex_stats)); in svc_export_alloc()890 if (!i->ex_stats) { in svc_export_alloc()895 if (export_stats_init(i->ex_stats)) { in svc_export_alloc()896 kfree(i->ex_stats); in svc_export_alloc()
81 struct export_stats *ex_stats; member