Home
last modified time | relevance | path

Searched refs:BUGFLAG_DONE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dbug.c172 done = (bug->flags & BUGFLAG_DONE) != 0; in report_bug()
181 bug->flags |= BUGFLAG_DONE; in report_bug()
214 bug->flags &= ~BUGFLAG_DONE; in clear_once_table()
/kernel/linux/linux-6.6/lib/
H A Dbug.c176 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()
/kernel/linux/linux-6.6/include/asm-generic/
H A Dbug.h14 #define BUGFLAG_DONE (1 << 2) macro
/kernel/linux/linux-5.10/include/asm-generic/
H A Dbug.h13 #define BUGFLAG_DONE (1 << 2) macro

Completed in 2 milliseconds