Home
last modified time | relevance | path

Searched refs:crashtypes (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/misc/lkdtm/
Dcore.c125 static const struct crashtype crashtypes[] = { variable
219 for (i = 0; i < ARRAY_SIZE(crashtypes); i++) { in find_crashtype()
220 if (!strcmp(name, crashtypes[i].name)) in find_crashtype()
221 return &crashtypes[i]; in find_crashtype()
349 for (i = 0; i < ARRAY_SIZE(crashtypes); i++) { in lkdtm_debugfs_read()
351 crashtypes[i].name); in lkdtm_debugfs_read()