Home
last modified time | relevance | path

Searched refs:TDF_INPANIC (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/kern/
HDkern_switch.c166 (td->td_flags & TDF_INPANIC) == 0)) { in choosethread()
HDkern_shutdown.c753 td->td_flags |= TDF_INPANIC; in vpanic()
/NextBSD/sys/sys/
HDproc.h380 #define TDF_INPANIC 0x00000002 /* Caused a panic, let it drive crashdump. */ macro