Home
last modified time | relevance | path

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

/Linux-v4.19/include/asm-generic/
Dbug.h11 #define BUGFLAG_ONCE (1 << 1) macro
66 #define __WARN_ONCE_TAINT(taint) __WARN_FLAGS(BUGFLAG_ONCE|BUGFLAG_TAINT(taint))
/Linux-v4.19/lib/
Dbug.c170 once = (bug->flags & BUGFLAG_ONCE) != 0; in report_bug()