Searched refs:newtree (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | randomize_layout_plugin.c | 210 static void performance_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in performance_shuffle() argument 217 partition_struct(newtree, length, (struct partition_group *)&size_group, &num_groups); in performance_shuffle() 233 if (DECL_BIT_FIELD_TYPE(newtree[i])) in performance_shuffle() 238 if (DECL_BIT_FIELD_TYPE(newtree[randnum])) in performance_shuffle() 240 tmp = newtree[i]; in performance_shuffle() 241 newtree[i] = newtree[randnum]; in performance_shuffle() 242 newtree[randnum] = tmp; in performance_shuffle() 247 static void full_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in full_shuffle() argument 254 tmp = newtree[ in full_shuffle() 261 shuffle(const_tree type, tree *newtree, unsigned long length) shuffle() argument 330 tree newtree[num_fields]; relayout_struct() local [all...] |
/kernel/linux/linux-6.6/scripts/gcc-plugins/ |
H A D | randomize_layout_plugin.c | 192 static void performance_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in performance_shuffle() argument 199 partition_struct(newtree, length, (struct partition_group *)&size_group, &num_groups); in performance_shuffle() 215 if (DECL_BIT_FIELD_TYPE(newtree[i])) in performance_shuffle() 220 if (DECL_BIT_FIELD_TYPE(newtree[randnum])) in performance_shuffle() 222 tmp = newtree[i]; in performance_shuffle() 223 newtree[i] = newtree[randnum]; in performance_shuffle() 224 newtree[randnum] = tmp; in performance_shuffle() 229 static void full_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in full_shuffle() argument 236 tmp = newtree[ in full_shuffle() 243 shuffle(const_tree type, tree *newtree, unsigned long length) shuffle() argument 302 tree newtree[num_fields]; relayout_struct() local [all...] |
Completed in 2 milliseconds