Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
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()
/OK3568_Linux_fs/kernel/Documentation/fault-injection/
H A Dprovoke-crashes.rst20 insmod lkdtm.ko [recur_count={>0}] cpoint_name=<> cpoint_type=<>
35 cpoint_type
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo