Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/misc/lkdtm/
Dcore.c103 static const struct crashtype crashtypes[] = { variable
212 for (i = 0; i < ARRAY_SIZE(crashtypes); i++) { in find_crashtype()
213 if (!strcmp(name, crashtypes[i].name)) in find_crashtype()
214 return &crashtypes[i]; in find_crashtype()
342 for (i = 0; i < ARRAY_SIZE(crashtypes); i++) { in lkdtm_debugfs_read()
344 crashtypes[i].name); in lkdtm_debugfs_read()