mirror_zfs/module/icp/include/sys/crypto
наб 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
..
elfsign.h Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
impl.h module/*.ko: prune .data, global .rodata 2022-01-14 15:37:55 -08:00
ops_impl.h Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
sched_impl.h module/*.ko: prune .data, global .rodata 2022-01-14 15:37:55 -08:00
spi.h module/*.ko: prune .data, global .rodata 2022-01-14 15:37:55 -08:00