Home
last modified time | relevance | path

Searched refs:PF_POSTCOREDUMP (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/proc/
H A Darray.c503 if (permitted && (task->flags & (PF_EXITING|PF_DUMPCORE|PF_POSTCOREDUMP))) { in do_task_stat()
/openbmc/linux/fs/
H A Dcoredump.c371 if (t != current && !(t->flags & PF_POSTCOREDUMP)) { in zap_process()
/openbmc/linux/include/linux/
H A Dsched.h1736 #define PF_POSTCOREDUMP 0x00000008 /* Coredumps should ignore this task */ macro
/openbmc/linux/kernel/
H A Dexit.c411 tsk->flags |= PF_POSTCOREDUMP; in coredump_task_exit()