Home
last modified time | relevance | path

Searched refs:module_param_call (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-mod-param.m43 dnl # constified parameters of module_param_call() methods
6 ZFS_LINUX_TEST_SRC([module_param_call], [
20 module_param_call(p, param_set, param_get, NULL, 0644);
25 AC_MSG_CHECKING([whether module_param_call() is hardened])
26 ZFS_LINUX_TEST_RESULT([module_param_call], [
29 [hardened module_param_call])
/f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/
H A Dmod_compat.h143 module_param_call(name_prefix ## name, setfunc, getfunc, &name_prefix ## name, perm); \
154 module_param_call(name_prefix ## name, setfunc, getfunc, NULL, perm); \
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h140 #define module_param_call(a, b, c, d, e) macro
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c622 module_param_call(zfs_qat_encrypt_disable, param_set_qat_encrypt,
626 module_param_call(zfs_qat_checksum_disable, param_set_qat_checksum,
H A Dqat_compress.c565 module_param_call(zfs_qat_compress_disable, param_set_qat_compress,
H A Dvdev_disk.c880 module_param_call(zfs_vdev_scheduler, param_set_vdev_scheduler,
/f-stack/freebsd/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl.c440 module_param_call(icp_aes_impl, icp_aes_impl_set, icp_aes_impl_get,
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c62 module_param_call(spl_schedule_hrtimeout_slack_us, param_set_hrtimeout_slack,
H A Dspl-taskq.c1279 module_param_call(spl_taskq_kick, param_set_taskq_kick, param_get_uint,
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math.c663 module_param_call(zfs_vdev_raidz_impl, zfs_vdev_raidz_impl_set,
/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c1028 module_param_call(icp_gcm_impl, icp_gcm_impl_set, icp_gcm_impl_get,
1580 module_param_call(icp_gcm_avx_chunk_size, icp_gcm_avx_set_chunk_size,