zfs/module/zcommon
Ryan Moeller 8847b06bf6 FreeBSD: Implement sysctl for fletcher4 impl
There is a tunable to select the fletcher 4 checksum implementation on
Linux but it was not present in FreeBSD.

Implement the sysctl handler for FreeBSD and use ZFS_MODULE_PARAM_CALL
to provide the tunable on both platforms.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #11270
2020-12-23 14:34:59 -08:00
..
Makefile.in
cityhash.c
zfeature_common.c Add zstd support to zfs 2020-08-20 10:30:06 -07:00
zfs_comutil.c
zfs_deleg.c
zfs_fletcher.c FreeBSD: Implement sysctl for fletcher4 impl 2020-12-23 14:34:59 -08:00
zfs_fletcher_aarch64_neon.c
zfs_fletcher_avx512.c
zfs_fletcher_intel.c
zfs_fletcher_sse.c
zfs_fletcher_superscalar.c
zfs_fletcher_superscalar4.c
zfs_namecheck.c
zfs_prop.c FreeBSD: Do zcommon_init sooner to avoid FPU panic 2020-12-23 14:34:59 -08:00
zfs_uio.c
zpool_prop.c
zprop_common.c