Searched refs:crashtype (Results 1 – 11 of 11) 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()157 static noinline void lkdtm_do_action(const struct crashtype *crashtype) in lkdtm_do_action() argument159 if (WARN_ON(!crashtype || !crashtype->func)) in lkdtm_do_action()161 crashtype->func(); in lkdtm_do_action()165 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[] = {
185 static struct crashtype crashtypes[] = {
206 static struct crashtype crashtypes[] = {
274 static struct crashtype crashtypes[] = {
394 static struct crashtype crashtypes[] = {
325 static struct crashtype crashtypes[] = {
441 static struct crashtype crashtypes[] = {
639 static struct crashtype crashtypes[] = {