Searched refs:TASK_IDLE (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| D | delay.h | 73 usleep_range_state(min, max, TASK_IDLE); in usleep_idle_range()
|
| D | swait.h | 233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) 256 TASK_IDLE, timeout, \
|
| D | wait.h | 674 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \ 698 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \ 703 TASK_IDLE, 0, timeout, \ 736 TASK_IDLE, 1, timeout, \
|
| D | sched.h | 136 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro 1720 if ((tsk_state & TASK_IDLE) == TASK_IDLE) in __task_state_index()
|