Searched refs:MAX_NUM_BLOCKS (Results 1 – 1 of 1) sorted by relevance
50 #define MAX_NUM_BLOCKS 280 /* times 256 = 71680 bytes */ macro734 if (totalBlocks > MAX_NUM_BLOCKS) { in initSensors()735 …(LOG_INFO, "initSensors: totalBlocks of %ld exceeds maximum of %d\n", totalBlocks, MAX_NUM_BLOCKS); in initSensors()736 totalBlocks = MAX_NUM_BLOCKS; in initSensors()