Searched refs:TASK_NORMAL (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| A D | wait.h | 221 #define wake_up(x) __wake_up(x, TASK_NORMAL, 1, NULL) 222 #define wake_up_nr(x, nr) __wake_up(x, TASK_NORMAL, nr, NULL) 223 #define wake_up_all(x) __wake_up(x, TASK_NORMAL, 0, NULL) 224 #define wake_up_locked(x) __wake_up_locked((x), TASK_NORMAL, 1) 225 #define wake_up_all_locked(x) __wake_up_locked((x), TASK_NORMAL, 0) 226 #define wake_up_sync(x) __wake_up_sync(x, TASK_NORMAL) 239 __wake_up(x, TASK_NORMAL, 1, poll_to_key(m)) 241 __wake_up_on_current_cpu(x, TASK_NORMAL, poll_to_key(m)) 243 __wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m))
|
| A D | sched.h | 139 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro
|
Completed in 16 milliseconds