Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/
Dlkdtm.c153 static int cpoint_count = DEFAULT_COUNT; variable
173 module_param(cpoint_count, int, 0644);
174 MODULE_PARM_DESC(cpoint_count, " Crash Point Count, number of times the "\
276 if (cpoint_count < 1 || recur_count < 1) in lkdtm_parse_commandline()
280 count = cpoint_count; in lkdtm_parse_commandline()
550 count = cpoint_count; in lkdtm_handler()
/linux-4.4.14/Documentation/fault-injection/
Dprovoke-crashes.txt12 [cpoint_count={>0}]
26 cpoint_count : Indicates the number of times the crash point is to be hit