Searched refs:SMALL_BLOCK (Results 1 – 1 of 1) sorted by relevance
43 #define SMALL_BLOCK (128) macro133 if ( *r < SMALL_BLOCK ) in MAPPING_SEARCH()136 *sl = *r / (SMALL_BLOCK / MAX_SLI); in MAPPING_SEARCH()159 if ( r < SMALL_BLOCK ) in MAPPING_INSERT()162 *sl = r / (SMALL_BLOCK / MAX_SLI); in MAPPING_INSERT()
Completed in 3 milliseconds