Searched refs:WARN_PANIC (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_trap.c | 157 WITNESS_WARN(WARN_PANIC, NULL, "userret: returning"); in userret() 215 WITNESS_WARN(WARN_PANIC, NULL, "Returning to user mode"); in ast()
|
| H A D | kern_exit.c | 433 WITNESS_WARN(WARN_PANIC, NULL, "process (pid %d) exiting", p->p_pid); in exit1()
|
| H A D | kern_intr.c | 1279 WITNESS_WARN(WARN_PANIC, NULL, "suspending ithread"); in ithread_loop()
|
| H A D | kern_mbuf.c | 819 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK | WARN_PANIC, NULL, __func__); in mb_reclaim()
|
| H A D | subr_witness.c | 1864 if (flags & WARN_PANIC && n) in witness_warn()
|
| /f-stack/freebsd/sys/ |
| H A D | lock.h | 254 #define WARN_PANIC 0x02 /* Panic if check fails. */ macro
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm.c | 2554 WITNESS_WARN(WARN_PANIC, NULL, "vm_smp_rendezvous"); in vm_smp_rendezvous()
|