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

/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c98 * spl_rand_next()/spl_rand_jump() are copied from the following CC-0 licensed
105 spl_rand_next(uint64_t *s) function
130 (void) spl_rand_next(s);
157 entropy.ui64 = spl_rand_next(s);

Completed in 105 milliseconds