Searched refs:size_group (Results 1 – 1 of 1) sorted by relevance
213 struct partition_group size_group[length]; in performance_shuffle() local217 partition_struct(newtree, length, (struct partition_group *)&size_group, &num_groups); in performance_shuffle()223 tmp = size_group[i]; in performance_shuffle()224 size_group[i] = size_group[randnum]; in performance_shuffle()225 size_group[randnum] = tmp; in performance_shuffle()229 for (index = size_group[x].length - 1; index > 0; index--) { in performance_shuffle()232 i = size_group[x].start + index; in performance_shuffle()236 randnum += size_group[x].start; in performance_shuffle()