Searched refs:obd_nid_stats (Results 1 – 3 of 3) sorted by relevance
1021 while (!list_empty(&obd->obd_nid_stats)) { in lprocfs_free_per_client_stats()1022 stat = list_entry(obd->obd_nid_stats.next, in lprocfs_free_per_client_stats()1754 list_add(&new_stat->nid_list, &obd->obd_nid_stats); in lprocfs_exp_setup()
386 INIT_LIST_HEAD(&obd->obd_nid_stats); in class_attach()
846 struct list_head obd_nid_stats; member