Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/misc/lkdtm/
Dcore.c103 static const struct crashtype crashtypes[] = { variable
222 for (i = 0; i < ARRAY_SIZE(crashtypes); i++) { in find_crashtype()
223 if (!strcmp(name, crashtypes[i].name)) in find_crashtype()
224 return &crashtypes[i]; in find_crashtype()
352 for (i = 0; i < ARRAY_SIZE(crashtypes); i++) { in lkdtm_debugfs_read()
354 crashtypes[i].name); in lkdtm_debugfs_read()