Home
last modified time | relevance | path

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

/linux/drivers/misc/lkdtm/
A Dcore.c103 static const struct crashtype crashtypes[] = { variable
223 for (i = 0; i < ARRAY_SIZE(crashtypes); i++) { in find_crashtype()
224 if (!strcmp(name, crashtypes[i].name)) in find_crashtype()
225 return &crashtypes[i]; in find_crashtype()
353 for (i = 0; i < ARRAY_SIZE(crashtypes); i++) { in lkdtm_debugfs_read()
355 crashtypes[i].name); in lkdtm_debugfs_read()

Completed in 6 milliseconds