Searched refs:crashtype (Results 1 – 10 of 10) sorted by relevance
107 static const struct crashtype *lkdtm_crashtype;136 static const struct crashtype *find_crashtype(const char *name) in find_crashtype()142 struct crashtype *crashtype; in find_crashtype() local144 crashtype = &crashtype_categories[cat]->crashtypes[idx]; in find_crashtype()145 if (!strcmp(name, crashtype->name)) in find_crashtype()146 return crashtype; in find_crashtype()160 static noinline int lkdtm_do_action(const struct crashtype *crashtype) in lkdtm_do_action() argument162 if (WARN_ON(!crashtype || !crashtype->func)) in lkdtm_do_action()164 crashtype->func(); in lkdtm_do_action()170 const struct crashtype *crashtype) in lkdtm_register_cpoint() argument[all …]
61 struct crashtype { struct74 struct crashtype *crashtypes; argument
122 static struct crashtype crashtypes[] = {
143 static struct crashtype crashtypes[] = {
194 static struct crashtype crashtypes[] = {
212 static struct crashtype crashtypes[] = {
287 static struct crashtype crashtypes[] = {
409 static struct crashtype crashtypes[] = {
441 static struct crashtype crashtypes[] = {
747 static struct crashtype crashtypes[] = {