Searched refs:MAX_NUM_BLOCKS (Results 1 – 1 of 1) sorted by relevance
48 #define MAX_NUM_BLOCKS 280 /* times 256 = 71680 bytes */ macro675 if (mTotalBlocks > MAX_NUM_BLOCKS) { in initSensors()676 …OG_INFO, "initSensors: mTotalBlocks of %ld exceeds maximum of %d\n", mTotalBlocks, MAX_NUM_BLOCKS); in initSensors()677 mTotalBlocks = MAX_NUM_BLOCKS; in initSensors()