Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dswait.h246 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule())
269 TASK_IDLE, timeout, \
Dwait.h632 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \
656 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \
661 TASK_IDLE, 0, timeout, \
694 TASK_IDLE, 1, timeout, \
Dsched.h99 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro
1404 if (tsk_state == TASK_IDLE) in task_state_index()
/Linux-v5.4/arch/x86/platform/efi/
Dquirks.c773 set_current_state(TASK_IDLE); in efi_recover_from_page_fault()
/Linux-v5.4/drivers/siox/
Dsiox-core.c311 set_current_state(TASK_IDLE); in siox_poll_thread()
/Linux-v5.4/kernel/time/
Dtimer.c1939 __set_current_state(TASK_IDLE); in schedule_timeout_idle()
/Linux-v5.4/kernel/
Dworkqueue.c2434 __set_current_state(TASK_IDLE); in worker_thread()
2476 set_current_state(TASK_IDLE); in rescuer_thread()
/Linux-v5.4/drivers/md/
Draid1.c1347 &w, TASK_IDLE); in raid1_write_request()
Draid10.c1312 &w, TASK_IDLE); in raid10_write_request()
/Linux-v5.4/kernel/sched/
Dcore.c5964 if (state_filter == TASK_UNINTERRUPTIBLE && p->state == TASK_IDLE) in state_filter_match()