Searched refs:ranctx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | randomize_layout_plugin.c | 142 typedef struct ranctx { u64 a; u64 b; u64 c; u64 d; } ranctx; typedef 145 static u64 ranval(ranctx *x) { in ranval() 154 static void raninit(ranctx *x, u64 *seed) { in raninit() 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() 265 ranctx prng_state; in shuffle()
|
/kernel/linux/linux-6.6/scripts/gcc-plugins/ |
H A D | randomize_layout_plugin.c | 124 typedef struct ranctx { u64 a; u64 b; u64 c; u64 d; } ranctx; typedef 127 static u64 ranval(ranctx *x) { in ranval() 136 static void raninit(ranctx *x, u64 *seed) { in raninit() 192 static void performance_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in performance_shuffle() 229 static void full_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in full_shuffle() 247 ranctx prng_state; in shuffle()
|
Completed in 3 milliseconds