Searched refs:MAX_BUCKETS_PER_SEGMENT (Results 1 – 2 of 2) sorted by relevance
46 #define MAX_BUCKETS_PER_SEGMENT (MAX_ENTRIES_PER_SEGMENT / DIR_DEPTH) macro
77 constexpr static int MAX_BUCKETS_PER_SEGMENT = (1 << 16) / ENTRIES_PER_BUCKET; variable