Searched refs:panic (Results 1 – 3 of 3) sorted by relevance
32 exist, then have a confirmed live-lock condition and need to panic. Panic43 then have a confirmed live-lock condition and need to panic. There is no83 set to false; however this will result in some of the unit tests to panic195 - Create kernel module and associated gTest to actually test panic.
692 std::string panic("Kernel panic - not syncing: "); in addKernelPanicSubReason() local693 auto pos = console.rfind(panic); in addKernelPanicSubReason()721 if (console.find(panic + s.first, pos) != std::string::npos) { in addKernelPanicSubReason()726 auto reason = getSubreason(console, pos + panic.length(), /* newline */ false); in addKernelPanicSubReason()
523 *panic* | *kernel_panic* ) var="kernel_panic" ;;