Searched refs:rand_seed (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c1338 unsigned rand_seed; member in struct:ctx
1700 ctx->rand_seed = strtoul(s, NULL, 10);
1964 if (ctx.rand_seed == 0)
1965 ctx.rand_seed = (unsigned)get_time_ns();
1967 srandom(ctx.rand_seed);
1973 ctx.rand_seed, const_range ? "CONST" : "RANGE",
/linux-master/tools/testing/radix-tree/
H A Dmaple.c36078 unsigned int rand_seed = 17, rand; local
[all...]

Completed in 142 milliseconds