Searched refs:crashtype_categories (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/misc/lkdtm/
H A Dcore.c90 static const struct crashtype_category *crashtype_categories[] = { variable in typeref:struct:crashtype_category
140 for (cat = 0; cat < ARRAY_SIZE(crashtype_categories); cat++) {
141 for (idx = 0; idx < crashtype_categories[cat]->len; idx++) {
144 crashtype = &crashtype_categories[cat]->crashtypes[idx];
280 for (cat = 0; cat < ARRAY_SIZE(crashtype_categories); cat++) {
281 for (idx = 0; idx < crashtype_categories[cat]->len; idx++) {
284 crashtype = &crashtype_categories[cat]->crashtypes[idx];

Completed in 110 milliseconds