Home
last modified time | relevance | path

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

/linux/kernel/
H A Dhung_task.c253 if (t->flags & PF_POSTCOREDUMP) in check_hung_task()
H A Dexit.c889 tsk->flags |= PF_POSTCOREDUMP; in synchronize_group_exit()
/linux/fs/proc/
H A Darray.c501 if (permitted && (task->flags & (PF_EXITING|PF_DUMPCORE|PF_POSTCOREDUMP))) { in do_task_stat()
/linux/fs/
H A Dcoredump.c492 if (t != current && !(t->flags & PF_POSTCOREDUMP)) { in zap_process()
/linux/include/linux/
H A Dsched.h1735 #define PF_POSTCOREDUMP 0x00000008 /* Coredumps should ignore this task */ macro