torture_random_state   62 include/linux/torture.h #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 }
torture_random_state   63 include/linux/torture.h unsigned long torture_random(struct torture_random_state *trsp);