TASK_WAKEKILL     225 include/linux/sched.h #define TASK_KILLABLE		(TASK_WAKEKILL | TASK_UNINTERRUPTIBLE)
TASK_WAKEKILL     226 include/linux/sched.h #define TASK_STOPPED		(TASK_WAKEKILL | __TASK_STOPPED)
TASK_WAKEKILL     227 include/linux/sched.h #define TASK_TRACED		(TASK_WAKEKILL | __TASK_TRACED)
TASK_WAKEKILL    2745 include/linux/sched.h 	if (!(state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL)))
TASK_WAKEKILL    2915 include/linux/sched.h 	signal_wake_up_state(t, resume ? TASK_WAKEKILL : 0);