Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dbug.h15 #define BUGFLAG_NO_CUT_HERE (1 << 3) /* CUT_HERE already sent */ macro
134 __WARN_FLAGS("", BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
/linux/lib/
H A Dbug.c220 no_cut = bug->flags & BUGFLAG_NO_CUT_HERE; in __report_bug()