Searched refs:BUGFLAG_ONCE (Results 1 – 2 of 2) sorted by relevance
11 #define BUGFLAG_ONCE (1 << 1) macro66 #define __WARN_ONCE_TAINT(taint) __WARN_FLAGS(BUGFLAG_ONCE|BUGFLAG_TAINT(taint))
170 once = (bug->flags & BUGFLAG_ONCE) != 0; in report_bug()