Searched refs:PF_DUMPCORE (Results 1 - 7 of 7) sorted by relevance

/linux-master/kernel/
H A Dtsacct.c52 if (tsk->flags & PF_DUMPCORE)
H A Dacct.c580 if (current->flags & PF_DUMPCORE)
/linux-master/fs/proc/
H A Darray.c503 if (permitted && (task->flags & (PF_EXITING|PF_DUMPCORE))) {
/linux-master/fs/
H A Dcoredump.c394 tsk->flags |= PF_DUMPCORE;
H A Duserfaultfd.c398 if (current->flags & (PF_EXITING|PF_DUMPCORE))
/linux-master/include/linux/
H A Dsched.h1627 #define PF_DUMPCORE 0x00000200 /* Dumped core */ macro
/linux-master/mm/
H A Dpage_alloc.c3458 if (current->flags & PF_DUMPCORE)

Completed in 178 milliseconds