Searched +defs:module_param +path:moduleparam +path:. +path:h (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
H A Dmoduleparam.h100 * module_param - typesafe helper for a module/cmdline parameter
124 #define module_param(name, type, perm) \ macro
128 * module_param_unsafe - same as module_param but taints kernel
305 * core_param is just like module_param(), but cannot be modular and
444 * @type: the type, as per module_param()
461 * @type: the type, as per module_param()

Completed in 130 milliseconds