accumXorTimeUs    351 dev/raidframe/rf_raid.h 	unsigned long		  accumXorTimeUs;
accumXorTimeUs    186 dev/raidframe/rf_reconbuffer.c 		raidPtr->accumXorTimeUs += RF_ETIMER_VAL_US(timer);
accumXorTimeUs    725 dev/raidframe/rf_reconstruct.c 		raidPtr->accumXorTimeUs = 0;
accumXorTimeUs    904 dev/raidframe/rf_reconstruct.c 		xor_s = raidPtr->accumXorTimeUs / 1000000;
accumXorTimeUs    905 dev/raidframe/rf_reconstruct.c 		xor_resid_us = raidPtr->accumXorTimeUs % 1000000;
accumXorTimeUs    908 dev/raidframe/rf_reconstruct.c 		    (int) elpsd.tv_usec, raidPtr->accumXorTimeUs, xor_s,