Searched refs:crashtype (Results 1 – 1 of 1) sorted by relevance
91 struct crashtype { struct103 static const struct crashtype crashtypes[] = { argument183 static const struct crashtype *lkdtm_crashtype;206 static const struct crashtype *find_crashtype(const char *name) in find_crashtype()222 static noinline void lkdtm_do_action(const struct crashtype *crashtype) in lkdtm_do_action() argument224 if (WARN_ON(!crashtype || !crashtype->func)) in lkdtm_do_action()226 crashtype->func(); in lkdtm_do_action()230 const struct crashtype *crashtype) in lkdtm_register_cpoint() argument236 lkdtm_do_action(crashtype); in lkdtm_register_cpoint()244 lkdtm_crashtype = crashtype; in lkdtm_register_cpoint()[all …]