Home
last modified time | relevance | path

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

/Linux-v6.1/fs/
Dcoredump.c364 if (t != current && !(t->flags & PF_POSTCOREDUMP)) { in zap_process()
/Linux-v6.1/include/linux/
Dsched.h1721 #define PF_POSTCOREDUMP 0x00000008 /* Coredumps should ignore this task */ macro
/Linux-v6.1/kernel/
Dexit.c363 tsk->flags |= PF_POSTCOREDUMP; in coredump_task_exit()