Searched refs:coffset (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 368 unsigned int coffset; \ 369 coffset = (unsigned int)((obdx)->obd_cntr_base) + \ 371 LASSERT(coffset < (obdx)->obd_stats->ls_num); \ 372 lprocfs_counter_incr((obdx)->obd_stats, coffset); \ 377 unsigned int coffset; \ 378 coffset = (unsigned int)((export)->exp_obd->obd_cntr_base) + \ 380 LASSERT(coffset < (export)->exp_obd->obd_stats->ls_num); \ 381 lprocfs_counter_incr((export)->exp_obd->obd_stats, coffset); \ 385 (export)->exp_nid_stats->nid_stats, coffset);\ 395 unsigned int coffset; \ [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 1327 unsigned int coffset = base + OBD_COUNTER_OFFSET(op); \ 1328 LASSERT(coffset < stats->ls_num); \ 1329 lprocfs_counter_init(stats, coffset, 0, #op, "reqs"); \ 1432 unsigned int coffset = base + MD_COUNTER_OFFSET(op); \ 1433 LASSERT(coffset < stats->ls_num); \ 1434 lprocfs_counter_init(stats, coffset, 0, #op, "reqs"); \
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | prism2fw.c | 505 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()
|