Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Dcoredump.c371 if (t != current && !(t->flags & PF_POSTCOREDUMP)) { in zap_process()
/linux-6.6.21/include/linux/
Dsched.h1729 #define PF_POSTCOREDUMP 0x00000008 /* Coredumps should ignore this task */ macro
/linux-6.6.21/kernel/
Dexit.c411 tsk->flags |= PF_POSTCOREDUMP; in coredump_task_exit()