Home
last modified time | relevance | path

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

/linux/lib/
H A Dbug.c219 done = bug->flags & BUGFLAG_DONE; in __report_bug()
230 bug->flags |= BUGFLAG_DONE; in __report_bug()
289 bug->flags &= ~BUGFLAG_DONE; in clear_once_table()
/linux/include/asm-generic/
H A Dbug.h14 #define BUGFLAG_DONE (1 << 2) macro