Searched refs:DIR_BLOCK_SIZES (Results 1 – 4 of 4) sorted by relevance
48 #define DIR_BLOCK_SIZES 4 macro
1203 int frag_demographics[1 << DIR_SIZE_WIDTH][DIR_BLOCK_SIZES]; in dir_check()1329 for (int b = 0; b < DIR_BLOCK_SIZES; ++b) { in dir_check()
731 int frag_demographics[1 << DIR_SIZE_WIDTH][DIR_BLOCK_SIZES]; in dir_check()854 for (int b = 0; b < DIR_BLOCK_SIZES; ++b) { in dir_check()
366 constexpr int DIR_BLOCK_SIZES = 4; variable