zfs/module/icp/core
наб d59a7fae40 module: icp: have a static 8 providers
This is currently twice the amount we actually have (sha[12], skein,
aes), and 512 * sizeof(void*) = 4096: 128x more than we need and a waste
of most of a page in the kernel address space

Plus, there's no need to actually allocate it dynamically: it's always
got a static size. Put it in .data

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12901
2022-02-15 16:23:33 -08:00
..
kcf_callprov.c module: icp: spi: crypto_ops_t: remove unused op types 2022-02-15 16:23:28 -08:00
kcf_mech_tabs.c module: icp: spi: crypto_ops_t: remove unused op types 2022-02-15 16:23:28 -08:00
kcf_prov_lib.c module: icp: fix unused, remove argsused 2021-12-23 09:42:47 -08:00
kcf_prov_tabs.c module: icp: have a static 8 providers 2022-02-15 16:23:33 -08:00
kcf_sched.c module: icp: spi: crypto_ops_t: remove unused op types 2022-02-15 16:23:28 -08:00