Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDproc.h368 #define P_MUSTKILL 0x00020000 /* kernel is really trying to kill me */ macro
/dragonfly/sys/kern/
HDimgact_elf.c1039 if (p->p_flags & P_MUSTKILL) { in generic_elf_coredump()
HDvfs_syscalls.c773 p->p_flags |= P_MUSTKILL; in unmount_allproc_cb()