Home
last modified time | relevance | path

Searched refs:obd_stats (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h367 if ((obdx)->obd_stats != NULL) { \
371 LASSERT(coffset < (obdx)->obd_stats->ls_num); \
372 lprocfs_counter_incr((obdx)->obd_stats, coffset); \
376 if ((export)->exp_obd->obd_stats != NULL) { \
380 LASSERT(coffset < (export)->exp_obd->obd_stats->ls_num); \
381 lprocfs_counter_incr((export)->exp_obd->obd_stats, coffset); \
403 if ((export)->exp_obd->obd_stats != NULL) { \
Dobd.h911 struct lprocfs_stats *obd_stats; member
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c1390 LASSERT(obd->obd_stats == NULL); in lprocfs_alloc_obd_stats()
1416 obd->obd_stats = stats; in lprocfs_alloc_obd_stats()
1425 if (obd->obd_stats) in lprocfs_free_obd_stats()
1426 lprocfs_free_stats(&obd->obd_stats); in lprocfs_free_obd_stats()