Searched refs:size_group (Results 1 – 1 of 1) sorted by relevance
195 struct partition_group size_group[length]; in performance_shuffle() local199 partition_struct(newtree, length, (struct partition_group *)&size_group, &num_groups); in performance_shuffle()203 tmp = size_group[i]; in performance_shuffle()204 size_group[i] = size_group[randnum]; in performance_shuffle()205 size_group[randnum] = tmp; in performance_shuffle()209 for (i = size_group[x].start + size_group[x].length - 1; i > size_group[x].start; i--) { in performance_shuffle()