mirror_zfs/module/icp/include/sys
наб 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
..
crypto module/*.ko: prune .data, global .rodata 2022-01-14 15:37:55 -08:00
ia32 Make use of ZFS_DEBUG consistent within kmod sources 2020-07-25 20:07:44 -07:00
asm_linkage.h [icp] fpu and asm cleanup for linux 2017-03-07 12:59:31 -08:00
bitmap.h Remove dead code 2020-06-18 12:21:18 -07:00
modhash_impl.h Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
modhash.h Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
stack.h Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
trap.h Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00