Searched defs:newtree (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/scripts/gcc-plugins/ |
| D | randomize_layout_plugin.c | 195 static void performance_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in performance_shuffle() 232 static void full_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in full_shuffle() 246 static void shuffle(const_tree type, tree *newtree, unsigned long length) in shuffle() 305 tree newtree[num_fields]; in relayout_struct() local
|
| /kernel/linux/linux-5.10/scripts/gcc-plugins/ |
| D | randomize_layout_plugin.c | 210 static void performance_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in performance_shuffle() 247 static void full_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in full_shuffle() 261 static void shuffle(const_tree type, tree *newtree, unsigned long length) in shuffle() 330 tree newtree[num_fields]; in relayout_struct() local
|