Searched refs:TASK_IDLE (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/include/linux/ |
D | swait.h | 233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) 256 TASK_IDLE, timeout, \
|
D | wait.h | 647 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \ 671 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \ 676 TASK_IDLE, 0, timeout, \ 709 TASK_IDLE, 1, timeout, \
|
D | sched.h | 108 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro 1626 if (tsk_state == TASK_IDLE) in task_state_index()
|
/Linux-v5.15/arch/x86/platform/efi/ |
D | quirks.c | 769 set_current_state(TASK_IDLE); in efi_crash_gracefully_on_page_fault()
|
/Linux-v5.15/drivers/siox/ |
D | siox-core.c | 311 set_current_state(TASK_IDLE); in siox_poll_thread()
|
/Linux-v5.15/arch/powerpc/platforms/ps3/ |
D | device-init.c | 744 rcuwait_wait_event(&dev->wait, dev->done || kthread_should_stop(), TASK_IDLE); in ps3_notification_read_write()
|
/Linux-v5.15/kernel/time/ |
D | timer.c | 1925 __set_current_state(TASK_IDLE); in schedule_timeout_idle()
|
/Linux-v5.15/kernel/ |
D | workqueue.c | 2463 __set_current_state(TASK_IDLE); in worker_thread() 2505 set_current_state(TASK_IDLE); in rescuer_thread()
|
/Linux-v5.15/drivers/md/ |
D | raid1.c | 1341 &w, TASK_IDLE); in raid1_write_request()
|
D | raid10.c | 1361 &w, TASK_IDLE); in raid10_write_request()
|
/Linux-v5.15/kernel/sched/ |
D | core.c | 8567 if (state_filter == TASK_UNINTERRUPTIBLE && state == TASK_IDLE) in state_filter_match()
|