Searched refs:BUGFLAG_DONE (Results 1 – 2 of 2) sorted by relevance
176 done = (bug->flags & BUGFLAG_DONE) != 0; in __report_bug()185 bug->flags |= BUGFLAG_DONE; in __report_bug()230 bug->flags &= ~BUGFLAG_DONE; in clear_once_table()
14 #define BUGFLAG_DONE (1 << 2) macro
Completed in 5 milliseconds