Home
last modified time | relevance | path

Searched refs:WARN_PANIC (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_trap.c157 WITNESS_WARN(WARN_PANIC, NULL, "userret: returning"); in userret()
215 WITNESS_WARN(WARN_PANIC, NULL, "Returning to user mode"); in ast()
H A Dkern_exit.c433 WITNESS_WARN(WARN_PANIC, NULL, "process (pid %d) exiting", p->p_pid); in exit1()
H A Dkern_intr.c1279 WITNESS_WARN(WARN_PANIC, NULL, "suspending ithread"); in ithread_loop()
H A Dkern_mbuf.c819 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK | WARN_PANIC, NULL, __func__); in mb_reclaim()
H A Dsubr_witness.c1864 if (flags & WARN_PANIC && n) in witness_warn()
/f-stack/freebsd/sys/
H A Dlock.h254 #define WARN_PANIC 0x02 /* Panic if check fails. */ macro
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c2554 WITNESS_WARN(WARN_PANIC, NULL, "vm_smp_rendezvous"); in vm_smp_rendezvous()