task_asleep
#define task_asleep(tsk) ((tsk)->state & TASK_NORMAL && !(tsk)->on_cpu)
#define task_asleep(tsk) ((tsk)->state & TASK_NORMAL)