Searched refs:PF_POSTCOREDUMP (Results 1 – 5 of 5) sorted by relevance
253 if (t->flags & PF_POSTCOREDUMP) in check_hung_task()
889 tsk->flags |= PF_POSTCOREDUMP; in synchronize_group_exit()
501 if (permitted && (task->flags & (PF_EXITING|PF_DUMPCORE|PF_POSTCOREDUMP))) { in do_task_stat()
492 if (t != current && !(t->flags & PF_POSTCOREDUMP)) { in zap_process()
1735 #define PF_POSTCOREDUMP 0x00000008 /* Coredumps should ignore this task */ macro