Searched defs:CLUSTER_SIZE (Results 1 – 5 of 5) sorted by relevance
50 CLUSTER_SIZE = 4 variable
52 CLUSTER_SIZE = 4 variable
5520 static constexpr int CLUSTER_SIZE = 100; in TestRandomAccess() local
5705 static constexpr int CLUSTER_SIZE = 100; in TestRandomAccess() local
799 #define CLUSTER_SIZE(sb) (BLOCK_SIZE(sb) << (sb)->bpc_bits) macro