Home
last modified time | relevance | path

Searched refs:TASK_IDLE (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Ddelay.h73 usleep_range_state(min, max, TASK_IDLE); in usleep_idle_range()
Dswait.h233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule())
256 TASK_IDLE, timeout, \
Dwait.h674 ___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, \
Dsched.h136 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro
1720 if ((tsk_state & TASK_IDLE) == TASK_IDLE) in __task_state_index()