Home
last modified time | relevance | path

Searched refs:cpoint_name (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/misc/lkdtm/
Dcore.c200 static char* cpoint_name; variable
201 module_param(cpoint_name, charp, 0444);
202 MODULE_PARM_DESC(cpoint_name, " Crash Point, where kernel is to be crashed");
465 if ((cpoint_type || cpoint_name) && !(cpoint_type && cpoint_name)) { in lkdtm_module_init()
478 if (cpoint_name) { in lkdtm_module_init()
480 if (!strcmp(cpoint_name, crashpoints[i].name)) in lkdtm_module_init()
486 pr_err("Invalid crashpoint %s\n", cpoint_name); in lkdtm_module_init()
/Linux-v5.15/Documentation/fault-injection/
Dprovoke-crashes.rst20 insmod lkdtm.ko [recur_count={>0}] cpoint_name=<> cpoint_type=<>
29 cpoint_name