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()221 tmp = size_group[i]; in performance_shuffle()222 size_group[i] = size_group[randnum]; in performance_shuffle()223 size_group[randnum] = tmp; in performance_shuffle()227 for (i = size_group[x].start + size_group[x].length - 1; i > size_group[x].start; i--) { in performance_shuffle()