Searched defs:__panic (Results 1 – 2 of 2) sorted by relevance
13 #define __panic(str) __do_panic(__FILE__, __LINE__, __func__, str) macro15 #define __panic(str) __do_panic((void *)0, 0, (void *)0, str) macro
15 void __panic(const char *file __maybe_unused, const int line __maybe_unused, in __panic() function
Completed in 3 milliseconds