Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dhung_task.c187 if (t->flags & PF_POSTCOREDUMP) in check_hung_task()
H A Dexit.c430 tsk->flags |= PF_POSTCOREDUMP; in coredump_task_exit()
/linux-6.15/fs/proc/
H A Darray.c503 if (permitted && (task->flags & (PF_EXITING|PF_DUMPCORE|PF_POSTCOREDUMP))) { in do_task_stat()
/linux-6.15/fs/
H A Dcoredump.c377 if (t != current && !(t->flags & PF_POSTCOREDUMP)) { in zap_process()
/linux-6.15/include/linux/
H A Dsched.h1718 #define PF_POSTCOREDUMP 0x00000008 /* Coredumps should ignore this task */ macro