Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h366 #define OBD_COUNTER_INCREMENT(obdx, op) \ argument
367 if ((obdx)->obd_stats != NULL) { \
369 coffset = (unsigned int)((obdx)->obd_cntr_base) + \
371 LASSERT(coffset < (obdx)->obd_stats->ls_num); \
372 lprocfs_counter_incr((obdx)->obd_stats, coffset); \
393 #define MD_COUNTER_INCREMENT(obdx, op) \ argument
396 coffset = (unsigned int)((obdx)->md_cntr_base) + \
398 LASSERT(coffset < (obdx)->md_stats->ls_num); \
399 lprocfs_counter_incr((obdx)->md_stats, coffset); \