Searched refs:kdb_active (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-12-stable/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart.h96 if (!kdb_active) \
101 if (!kdb_active) \
106 if (!kdb_active) \
/freebsd-12-stable/sys/dev/usb/
H A Dusb_freebsd.h97 #define USB_IN_POLLING_MODE_VALUE() (SCHEDULER_STOPPED() || kdb_active)
/freebsd-12-stable/sys/kern/
H A Dsubr_kdb.c56 u_char __read_frequently kdb_active = 0; variable
161 if (kdb_active)
178 if (kdb_active)
474 if (kdb_dbbe != NULL && kdb_active == 0) {
492 kdb_active = 0;
534 if (!kdb_active || kdb_jmpbufp == NULL)
547 if (!kdb_active || kdb_jmpbufp == NULL)
664 if (kdb_active)
680 kdb_active++;
704 kdb_active
[all...]
H A Dkern_cons.c354 if (!kdb_active || !(cn->cn_flags & CN_FLAG_NODEBUG))
367 if (!kdb_active || !(cn->cn_flags & CN_FLAG_NODEBUG))
413 if (!kdb_active || !(cn->cn_flags & CN_FLAG_NODEBUG)) {
489 if (!kdb_active || !(cn->cn_flags & CN_FLAG_NODEBUG)) {
495 if (console_pausing && c == '\n' && !kdb_active) {
H A Dkern_synch.c316 if ((cold && curthread == &thread0) || kdb_active ||
418 if (kdb_active)
H A Dkern_rmlock.c601 KASSERT(kdb_active != 0 || !TD_IS_IDLETHREAD(curthread),
652 KASSERT(kdb_active != 0 || !TD_IS_IDLETHREAD(curthread),
H A Dkern_rwlock.c274 KASSERT(kdb_active != 0 || SCHEDULER_STOPPED() ||
308 KASSERT(kdb_active != 0 || !TD_IS_IDLETHREAD(td),
661 KASSERT(kdb_active != 0 || SCHEDULER_STOPPED_TD(td) ||
702 KASSERT(kdb_active != 0 || !TD_IS_IDLETHREAD(curthread),
H A Dkern_sx.c279 KASSERT(kdb_active != 0 || !TD_IS_IDLETHREAD(curthread),
317 KASSERT(kdb_active != 0 || SCHEDULER_STOPPED() ||
355 KASSERT(kdb_active != 0 || !TD_IS_IDLETHREAD(td),
1268 KASSERT(kdb_active != 0 || SCHEDULER_STOPPED() ||
H A Dkern_mutex.c255 KASSERT(kdb_active != 0 || SCHEDULER_STOPPED() ||
418 KASSERT(kdb_active != 0 || !TD_IS_IDLETHREAD(td),
1223 if (ldap->spin_cnt < 60000000 || kdb_active || panicstr != NULL)
H A Dkern_ktr.c327 if (panicstr || kdb_active)
H A Dkern_switch.c227 if (kdb_active)
/freebsd-12-stable/sys/dev/gxemul/cons/
H A Dgxemul_cons.c52 if (!kdb_active) \
57 if (!kdb_active) \
62 if (!kdb_active) \
/freebsd-12-stable/sys/sys/
H A Dkdb.h64 extern u_char kdb_active; /* Non-zero while in debugger. */
/freebsd-12-stable/sys/dev/uart/
H A Duart_cpu.h97 if (!kdb_active && hwmtx != NULL)
104 if (!kdb_active && hwmtx != NULL)
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmutex.h53 #define MUTEX_SKIP(void) unlikely(SCHEDULER_STOPPED() || kdb_active)
H A Dspinlock.h54 #define SPIN_SKIP(void) unlikely(SCHEDULER_STOPPED() || kdb_active)
H A Dwait.h46 #define SKIP_SLEEP() (SCHEDULER_STOPPED() || kdb_active)
/freebsd-12-stable/sys/ddb/
H A Ddb_output.c156 if (!kdb_active || ddb_use_printf) {
158 if (!kdb_active)
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dmp_machdep.c614 if (kdb_active != 0 || panicstr != NULL)
653 if (kdb_active != 0 || panicstr != NULL)
712 if (kdb_active != 0 || panicstr != NULL)
753 if (kdb_active != 0 || panicstr != NULL)
804 if (kdb_active != 0 || panicstr != NULL)
H A Dtrap.c343 if (kdb_active) {
/freebsd-12-stable/sys/x86/isa/
H A Dclock.c257 if (kdb_active)
289 if (kdb_active) {
/freebsd-12-stable/sys/dev/syscons/
H A Dsyscons.h549 if (!kdb_active) \
554 if (!kdb_active) \
H A Dsyscons.c1780 * in general. The kdb_active case here is not safe, and we will
1783 sp->kbd_locked = !kdb_active && mtx_trylock(&Giant);
1801 * - if kdb_active and video_mtx is not owned by anyone, then lock
1803 * - if !kdb_active, try to acquire video_mtx without blocking or
1807 * enough to ignore the protection even in the kdb_active case.
1809 if (kdb_active) {
2134 if (kdb_active || panicstr || shutdown_in_progress) {
2199 if (kdb_active || panicstr || shutdown_in_progress)
2594 if (!kdb_active)
2789 if (kdb_active
[all...]
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c59 #define RCU_SKIP(void) unlikely(SCHEDULER_STOPPED() || kdb_active)
/freebsd-12-stable/sys/riscv/riscv/
H A Dtrap.c181 if (kdb_active) {

Completed in 234 milliseconds

12