Searched refs:TASK_IDLE (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| A D | delay.h | 92 usleep_range_state(min, max, TASK_IDLE); in usleep_range_idle()
|
| A D | swait.h | 233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) 256 TASK_IDLE, timeout, \
|
| A D | wait.h | 679 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \ 703 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \ 708 TASK_IDLE, 0, timeout, \ 741 TASK_IDLE, 1, timeout, \
|
| A D | sched.h | 136 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro 1687 if ((tsk_state & TASK_IDLE) == TASK_IDLE) in __task_state_index()
|
Completed in 18 milliseconds