Home
last modified time | relevance | path

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

/kernel/
Dpanic.c200 static const struct tnt tnts[] = { variable
237 static char buf[ARRAY_SIZE(tnts) + sizeof("Tainted: ") + 1]; in print_tainted()
244 for (i = 0; i < ARRAY_SIZE(tnts); i++) { in print_tainted()
245 const struct tnt *t = &tnts[i]; in print_tainted()