Searched refs:module_param_unsafe (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/lib/ |
D | test_lockup.c | 109 module_param_unsafe(lock_rwsem_ptr, ulong, 0400); 113 module_param_unsafe(lock_mutex_ptr, ulong, 0400); 117 module_param_unsafe(lock_spinlock_ptr, ulong, 0400); 121 module_param_unsafe(lock_rwlock_ptr, ulong, 0400); 125 module_param_unsafe(alloc_pages_nr, uint, 0600); 133 module_param_unsafe(alloc_pages_gfp, uint, 0400);
|
/Linux-v5.10/include/linux/ |
D | moduleparam.h | 135 #define module_param_unsafe(name, type, perm) \ macro
|
/Linux-v5.10/drivers/gpu/drm/panfrost/ |
D | panfrost_drv.c | 24 module_param_unsafe(unstable_ioctls, bool, 0600);
|
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_dp_helper.c | 1263 module_param_unsafe(dp_aux_i2c_speed_khz, int, 0644); 1427 module_param_unsafe(dp_aux_i2c_transfer_size, int, 0644);
|
D | drm_fb_helper.c | 77 module_param_unsafe(drm_leak_fbdev_smem, bool, 0600);
|