Searched refs:PF_SIGNALED (Results 1 - 5 of 5) sorted by path

/linux-master/include/linux/
H A Dsched.h1632 #define PF_SIGNALED 0x00000400 /* Killed by a signal */ macro
/linux-master/kernel/
H A Dacct.c581 if (current->flags & PF_SIGNALED)
H A Dexit.c423 if (self.task->flags & PF_SIGNALED)
H A Dsignal.c2882 current->flags |= PF_SIGNALED;
H A Dtsacct.c54 if (tsk->flags & PF_SIGNALED)

Completed in 387 milliseconds