Home
last modified time | relevance | path

Searched refs:partition_group (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c150 struct partition_group { struct
156 static void partition_struct(tree *fields, unsigned long length, struct partition_group *size_group… in partition_struct() argument
165 memset(size_groups, 0, sizeof(struct partition_group) * length); in partition_struct()
195 struct partition_group size_group[length]; in performance_shuffle()
199 partition_struct(newtree, length, (struct partition_group *)&size_group, &num_groups); in performance_shuffle()
203 struct partition_group tmp; in performance_shuffle()