Searched refs:crashtype (Results 1 – 1 of 1) sorted by relevance
91 struct crashtype { struct103 static const struct crashtype crashtypes[] = { argument193 static const struct crashtype *lkdtm_crashtype;218 static const struct crashtype *find_crashtype(const char *name) in find_crashtype()234 static noinline void lkdtm_do_action(const struct crashtype *crashtype) in lkdtm_do_action() argument236 if (WARN_ON(!crashtype || !crashtype->func)) in lkdtm_do_action()238 crashtype->func(); in lkdtm_do_action()242 const struct crashtype *crashtype) in lkdtm_register_cpoint() argument248 lkdtm_do_action(crashtype); in lkdtm_register_cpoint()256 lkdtm_crashtype = crashtype; in lkdtm_register_cpoint()[all …]