Searched refs:module_param_cb_unsafe (Results 1 – 2 of 2) sorted by relevance
132 module_param_cb_unsafe(mitigations, &ops, NULL, 0600);
163 module_param_cb_unsafe(name, ¶m_ops_##type, &value, perm); \178 #define module_param_cb_unsafe(name, ops, arg, perm) \ macro