TASK_NORMAL 231 include/linux/sched.h #define TASK_ALL (TASK_NORMAL | __TASK_STOPPED | __TASK_TRACED) TASK_NORMAL 162 include/linux/wait.h #define wake_up(x) __wake_up(x, TASK_NORMAL, 1, NULL) TASK_NORMAL 163 include/linux/wait.h #define wake_up_nr(x, nr) __wake_up(x, TASK_NORMAL, nr, NULL) TASK_NORMAL 164 include/linux/wait.h #define wake_up_all(x) __wake_up(x, TASK_NORMAL, 0, NULL) TASK_NORMAL 165 include/linux/wait.h #define wake_up_locked(x) __wake_up_locked((x), TASK_NORMAL, 1) TASK_NORMAL 166 include/linux/wait.h #define wake_up_all_locked(x) __wake_up_locked((x), TASK_NORMAL, 0) TASK_NORMAL 177 include/linux/wait.h __wake_up(x, TASK_NORMAL, 1, (void *) (m)) TASK_NORMAL 179 include/linux/wait.h __wake_up_locked_key((x), TASK_NORMAL, (void *) (m))