Files
mirror_zfs/include/os/freebsd/spl/sys
Alexander Motin 29274c9f6d Optimize small random numbers generation
In all places except two spa_get_random() is used for small values,
and the consumers do not require well seeded high quality values.
Switch those two exceptions directly to random_get_pseudo_bytes()
and optimize spa_get_random(), renaming it to random_in_range(),
since it is not related to SPA or ZFS in general.

On FreeBSD directly map random_in_range() to new prng32_bounded() KPI
added in FreeBSD 13.  On Linux and in user-space just reduce the type
used to uint32_t to avoid more expensive 64bit division.

Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Alexander Motin <mav@FreeBSD.org>
Sponsored-By: iXsystems, Inc.
Closes #12183
2021-06-22 17:35:23 -06:00
..
2020-08-26 10:35:50 -07:00
2020-04-14 11:36:28 -07:00
2020-06-09 21:24:09 -07:00
2020-04-14 11:36:28 -07:00
2020-04-14 11:36:28 -07:00
2020-04-14 11:36:28 -07:00
2020-08-26 10:35:50 -07:00
2020-07-29 16:35:33 -07:00
2020-08-18 09:57:07 -07:00
2020-04-14 11:36:28 -07:00
2021-06-10 08:27:33 -07:00
2020-08-26 10:35:50 -07:00
2020-08-26 10:35:50 -07:00
2020-04-14 11:36:28 -07:00
2021-05-27 14:27:29 -06:00
2020-10-31 09:40:08 -07:00
2020-04-14 11:36:28 -07:00
2020-04-14 11:36:28 -07:00
2020-04-14 11:36:28 -07:00
2020-04-14 11:36:28 -07:00
2020-08-18 09:57:07 -07:00
2020-04-14 11:36:28 -07:00
2020-04-14 11:36:28 -07:00
2020-04-14 11:36:28 -07:00
2020-04-14 11:36:28 -07:00
2020-11-02 11:51:12 -08:00
2020-04-14 11:36:28 -07:00
2020-04-14 11:36:28 -07:00
2020-04-14 11:36:28 -07:00
2020-04-14 11:36:28 -07:00
2020-04-14 11:36:28 -07:00
2020-04-14 11:36:28 -07:00
2020-04-14 11:36:28 -07:00
2021-02-20 20:16:50 -08:00
2020-04-14 11:36:28 -07:00
2020-04-14 11:36:28 -07:00
2021-04-02 18:52:15 -07:00
2021-05-27 14:27:29 -06:00
2020-08-26 10:35:50 -07:00
2020-08-31 19:43:08 -07:00