Home
last modified time | relevance | path

Searched refs:cpoint_type (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/misc/lkdtm/
H A Dcore.c118 static char* cpoint_type; variable
119 module_param(cpoint_type, charp, 0444);
120 MODULE_PARM_DESC(cpoint_type, " Crash Point Type, action to be taken on "\
395 if ((cpoint_type || cpoint_name) && !(cpoint_type && cpoint_name)) { in lkdtm_module_init()
396 pr_err("Need both cpoint_type and cpoint_name or neither\n"); in lkdtm_module_init()
400 if (cpoint_type) { in lkdtm_module_init()
401 crashtype = find_crashtype(cpoint_type); in lkdtm_module_init()
403 pr_err("Unknown crashtype '%s'\n", cpoint_type); in lkdtm_module_init()
456 crashpoint->name, cpoint_type); in lkdtm_module_init()
[all...]
/kernel/linux/linux-5.10/drivers/misc/lkdtm/
H A Dcore.c194 static char* cpoint_type; variable
195 module_param(cpoint_type, charp, 0444);
196 MODULE_PARM_DESC(cpoint_type, " Crash Point Type, action to be taken on "\
403 if ((cpoint_type || cpoint_name) && !(cpoint_type && cpoint_name)) { in lkdtm_module_init()
404 pr_err("Need both cpoint_type and cpoint_name or neither\n"); in lkdtm_module_init()
408 if (cpoint_type) { in lkdtm_module_init()
409 crashtype = find_crashtype(cpoint_type); in lkdtm_module_init()
411 pr_err("Unknown crashtype '%s'\n", cpoint_type); in lkdtm_module_init()
459 crashpoint->name, cpoint_type); in lkdtm_module_init()
[all...]

Completed in 2 milliseconds