Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dswait.h246 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule())
269 TASK_IDLE, timeout, \
Dwait.h619 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \
643 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \
648 TASK_IDLE, 0, timeout, \
681 TASK_IDLE, 1, timeout, \
Dsched.h93 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro
1330 if (tsk_state == TASK_IDLE) in task_state_index()
/Linux-v4.19/drivers/siox/
Dsiox-core.c311 set_current_state(TASK_IDLE); in siox_poll_thread()
/Linux-v4.19/kernel/time/
Dtimer.c1848 __set_current_state(TASK_IDLE); in schedule_timeout_idle()
/Linux-v4.19/kernel/
Dworkqueue.c2315 __set_current_state(TASK_IDLE); in worker_thread()
2357 set_current_state(TASK_IDLE); in rescuer_thread()
/Linux-v4.19/drivers/md/
Draid1.c1323 &w, TASK_IDLE); in raid1_write_request()
Draid10.c1325 &w, TASK_IDLE); in raid10_write_request()
/Linux-v4.19/kernel/sched/
Dcore.c5316 if (state_filter == TASK_UNINTERRUPTIBLE && p->state == TASK_IDLE) in state_filter_match()