Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h310 unsigned int coffset; \
311 coffset = (unsigned int)((obdx)->obd_cntr_base) + \
313 LASSERT(coffset < (obdx)->obd_stats->ls_num); \
314 lprocfs_counter_incr((obdx)->obd_stats, coffset); \
319 unsigned int coffset; \
320 coffset = (unsigned int)((export)->exp_obd->obd_cntr_base) + \
322 LASSERT(coffset < (export)->exp_obd->obd_stats->ls_num); \
323 lprocfs_counter_incr((export)->exp_obd->obd_stats, coffset); \
333 unsigned int coffset; \
334 coffset = (unsigned int)((obdx)->md_cntr_base) + \
[all …]
/linux-4.4.14/drivers/staging/wlan-ng/
Dprism2fw.c505 u32 coffset; in mkimage() local
564 coffset = s3start - cstart; in mkimage()
565 memcpy(clist[j].data + coffset, s3data[i].data, s3data[i].len); in mkimage()