Searched refs:TASK_NORMAL (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Dwait.h162 #define wake_up(x) __wake_up(x, TASK_NORMAL, 1, NULL)
163 #define wake_up_nr(x, nr) __wake_up(x, TASK_NORMAL, nr, NULL)
164 #define wake_up_all(x) __wake_up(x, TASK_NORMAL, 0, NULL)
165 #define wake_up_locked(x) __wake_up_locked((x), TASK_NORMAL, 1)
166 #define wake_up_all_locked(x) __wake_up_locked((x), TASK_NORMAL, 0)
177 __wake_up(x, TASK_NORMAL, 1, (void *) (m))
179 __wake_up_locked_key((x), TASK_NORMAL, (void *) (m))
H A Dsched.h230 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro
231 #define TASK_ALL (TASK_NORMAL | __TASK_STOPPED | __TASK_TRACED)

Completed in 465 milliseconds