Searched refs:CLUSTER_SIZE (Results 1 – 1 of 1) sorted by relevance
1133 #define CLUSTER_SIZE (SZ_256K) macro 1134 static_assert(PAGE_ALIGNED(CLUSTER_SIZE));1207 ASSERT(nr_pages <= CLUSTER_SIZE / PAGE_SIZE); in defrag_one_range()