Searched refs:module_param_call (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-mod-param.m4 | 3 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 D | mod_compat.h | 143 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 D | ccompile.h | 140 #define module_param_call(a, b, c, d, e) macro
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | qat_crypt.c | 622 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 D | qat_compress.c | 565 module_param_call(zfs_qat_compress_disable, param_set_qat_compress,
|
| H A D | vdev_disk.c | 880 module_param_call(zfs_vdev_scheduler, param_set_vdev_scheduler,
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/aes/ |
| H A D | aes_impl.c | 440 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 D | spl-condvar.c | 62 module_param_call(spl_schedule_hrtimeout_slack_us, param_set_hrtimeout_slack,
|
| H A D | spl-taskq.c | 1279 module_param_call(spl_taskq_kick, param_set_taskq_kick, param_get_uint,
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math.c | 663 module_param_call(zfs_vdev_raidz_impl, zfs_vdev_raidz_impl_set,
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/ |
| H A D | gcm.c | 1028 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,
|