Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dswait.h233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule())
256 TASK_IDLE, timeout, \
Dwait.h637 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \
661 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \
666 TASK_IDLE, 0, timeout, \
699 TASK_IDLE, 1, timeout, \
Dsched.h103 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro
1486 if (tsk_state == TASK_IDLE) in task_state_index()
/Linux-v5.10/arch/x86/platform/efi/
Dquirks.c747 set_current_state(TASK_IDLE); in efi_recover_from_page_fault()
/Linux-v5.10/drivers/siox/
Dsiox-core.c311 set_current_state(TASK_IDLE); in siox_poll_thread()
/Linux-v5.10/arch/powerpc/platforms/ps3/
Ddevice-init.c744 rcuwait_wait_event(&dev->wait, dev->done || kthread_should_stop(), TASK_IDLE); in ps3_notification_read_write()
/Linux-v5.10/kernel/time/
Dtimer.c1915 __set_current_state(TASK_IDLE); in schedule_timeout_idle()
/Linux-v5.10/kernel/
Dworkqueue.c2437 __set_current_state(TASK_IDLE); in worker_thread()
2479 set_current_state(TASK_IDLE); in rescuer_thread()
/Linux-v5.10/drivers/md/
Draid1.c1335 &w, TASK_IDLE); in raid1_write_request()
Draid10.c1295 &w, TASK_IDLE); in raid10_write_request()
/Linux-v5.10/kernel/sched/
Dcore.c6476 if (state_filter == TASK_UNINTERRUPTIBLE && p->state == TASK_IDLE) in state_filter_match()