Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/
Dlkdtm.c152 static char* cpoint_type; variable
170 module_param(cpoint_type, charp, 0444);
171 MODULE_PARM_DESC(cpoint_type, " Crash Point Type, action to be taken on "\
284 if (!cpoint_type && !cpoint_name) in lkdtm_parse_commandline()
288 if (!cpoint_type || !cpoint_name) in lkdtm_parse_commandline()
291 cptype = parse_cp_type(cpoint_type, strlen(cpoint_type)); in lkdtm_parse_commandline()
855 cpoint_name, cpoint_type); in lkdtm_module_init()
/linux-4.4.14/Documentation/fault-injection/
Dprovoke-crashes.txt11 Usage: insmod lkdtm.ko [recur_count={>0}] cpoint_name=<> cpoint_type=<>
21 cpoint_type : Indicates the action to be taken on hitting the crash point.