Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h309 if ((obdx)->obd_stats != NULL) { \
313 LASSERT(coffset < (obdx)->obd_stats->ls_num); \
314 lprocfs_counter_incr((obdx)->obd_stats, coffset); \
318 if ((export)->exp_obd->obd_stats != NULL) { \
322 LASSERT(coffset < (export)->exp_obd->obd_stats->ls_num); \
323 lprocfs_counter_incr((export)->exp_obd->obd_stats, coffset); \
341 if ((export)->exp_obd->obd_stats != NULL) { \
Dobd.h780 struct lprocfs_stats *obd_stats; member