Home
last modified time | relevance | path

Searched refs:PF_SIGNALED (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dsched.h1764 #define PF_SIGNALED 0x00000400 /* Killed by a signal */ macro
/linux/kernel/
H A Dexit.c430 if (self.task->flags & PF_SIGNALED) in coredump_task_exit()