Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dobd_class.h308 #define OBD_COUNTER_INCREMENT(obdx, op) \ argument
309 if ((obdx)->obd_stats != NULL) { \
311 coffset = (unsigned int)((obdx)->obd_cntr_base) + \
313 LASSERT(coffset < (obdx)->obd_stats->ls_num); \
314 lprocfs_counter_incr((obdx)->obd_stats, coffset); \
331 #define MD_COUNTER_INCREMENT(obdx, op) \ argument
334 coffset = (unsigned int)((obdx)->md_cntr_base) + \
336 LASSERT(coffset < (obdx)->md_stats->ls_num); \
337 lprocfs_counter_incr((obdx)->md_stats, coffset); \