Home
last modified time | relevance | path

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

/linux-6.1.9/include/asm-generic/
Dbug.h15 #define BUGFLAG_NO_CUT_HERE (1 << 3) /* CUT_HERE already sent */ macro
106 __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
/linux-6.1.9/lib/
Dbug.c193 if ((bug->flags & BUGFLAG_NO_CUT_HERE) == 0) in report_bug()