Searched refs:panicstr (Results 1 – 22 of 22) sorted by relevance
87 if (panicstr || db_active) in mtx_enter_try()121 if (panicstr || db_active) in mtx_enter()157 if (panicstr || db_active) in mtx_leave()
78 if (((mtx)->mtx_owner != curcpu()) && !(panicstr || db_active)) \83 if (((mtx)->mtx_owner == curcpu()) && !(panicstr || db_active)) \131 (((mtx)->mtx_owner == curcpu()) || panicstr || db_active)
74 extern const char *panicstr; /* panic message */422 #define KERNEL_ASSERT_UNLOCKED() KASSERT(panicstr || db_active || !_kernel_lock_held())
58 if (panicstr == NULL && !db_active) \62 if (panicstr == NULL && !db_active) \
528 if (panicstr || db_active)544 if (panicstr || db_active)558 if (panicstr || db_active) in _rw_obj_alloc_flags() 578 if (panicstr || db_active) in rw_obj_hold()
76 if (panicstr || db_active) in _kernel_lock_held()262 if (panicstr || db_active) in mtx_enter_try()296 if (panicstr || db_active) in mtx_enter()332 if (panicstr || db_active) in mtx_leave()
96 const char *panicstr; /* arg to first call to panic (used as a flag variable198 if (atomic_cas_ptr(&panicstr, NULL, ci->ci_panicbuf) != NULL) in panic()242 if (panicstr || db_active) in splassert_fail()353 if (panicstr) in kputchar()532 if (!panicstr) in printf()552 if (!panicstr) in vprintf()
583 if (witness_watch < 1 || panicstr != NULL || db_active || in witness_init() 735 if (witness_watch < 0 || panicstr != NULL || db_active) in witness_defineorder() 772 if (witness_cold || witness_watch < 1 || panicstr != NULL || db_active) in witness_checkorder() 1105 if (witness_cold || witness_watch < 0 || panicstr != NULL || in witness_lock() 1170 panicstr != NULL || db_active) in witness_upgrade() 1211 panicstr != NULL || db_active) in witness_downgrade() 1254 panicstr != NULL || db_active) in witness_unlock() 1359 if (lle == NULL || panicstr != NULL || db_active) in witness_thread_exit() 1396 if (witness_cold || witness_watch < 1 || panicstr != NULL || db_active) in witness_warn() 1463 if (witness_watch < 0 || panicstr ! in enroll() [all...]
159 if (panicstr || db_active) in assertwaitok()
294 if (panicstr != NULL || db_active) in smr_barrier_impl()
133 if (cold || panicstr) { in tsleep() 221 if (cold || panicstr) { in msleep()
1799 if (panicstr == NULL) {
1738 KASSERT(p == curproc || panicstr || db_active); in coredump()
58 if (((mtx)->mtx_owner != curcpu()) && !(panicstr || db_active)) \63 if (((mtx)->mtx_owner == curcpu()) && !(panicstr || db_active)) \
108 int panicstr; variable199 if (panicstr) in main()327 (void)KREAD(kd_dump, dump_nl[X_PANICSTR].n_value, &panicstr); in check_kmem()328 if (panicstr) { in check_kmem()333 panicloc = panicstr; in check_kmem()
71 if (panicstr != NULL) { in db_trap()
524 prefix = (panicstr == ci->ci_panicbuf) ? "*" : " "; in db_show_panic_cmd()
114 if (db_active || panicstr != NULL) in sun4u_send_ipi()
147 atomic_cas_ptr(&panicstr, NULL, ci->ci_panicbuf); in fault()
592 if (__predict_false(panicstr || db_active)) in kd_curproc()
951 if (cold || panicstr != NULL) in ipmi_cmd()
1790 if (panicstr == NULL) { in if_linkstate()