mirror_zfs/module/icp/api
наб 18168da727
module/*.ko: prune .data, global .rodata
Evaluated every variable that lives in .data (and globals in .rodata)
in the kernel modules, and constified/eliminated/localised them
appropriately. This means that all read-only data is now actually
read-only data, and, if possible, at file scope. A lot of previously-
global-symbols became inlinable (and inlined!) constants. Probably
not in a big Wowee Performance Moment, but hey.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12899
2022-01-14 15:37:55 -08:00
..
kcf_cipher.c Remove checks for null out value in encryption paths 2020-03-26 10:41:57 -07:00
kcf_ctxops.c Fix typos in modules/icp/ 2019-08-30 14:26:07 -07:00
kcf_digest.c Remove checks for null out value in encryption paths 2020-03-26 10:41:57 -07:00
kcf_mac.c Remove checks for null out value in encryption paths 2020-03-26 10:41:57 -07:00
kcf_miscapi.c module/*.ko: prune .data, global .rodata 2022-01-14 15:37:55 -08:00