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

/linux-master/fs/
H A Dcoredump.c371 if (t != current && !(t->flags & PF_POSTCOREDUMP)) {
/linux-master/include/linux/
H A Dsched.h1621 #define PF_POSTCOREDUMP 0x00000008 /* Coredumps should ignore this task */ macro
/linux-master/kernel/
H A Dexit.c409 * and setting PF_POSTCOREDUMP. The core-inducing thread
411 * group without PF_POSTCOREDUMP set.
414 tsk->flags |= PF_POSTCOREDUMP;

Completed in 151 milliseconds