Searched refs:TASK_IDLE (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/include/linux/ |
D | swait.h | 233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) 256 TASK_IDLE, timeout, \
|
D | delay.h | 72 usleep_range_state(min, max, TASK_IDLE); in usleep_idle_range()
|
D | wait.h | 674 ___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, \
|
D | sched.h | 119 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro 1666 if (tsk_state == TASK_IDLE) in __task_state_index()
|
/linux-6.1.9/arch/x86/platform/efi/ |
D | quirks.c | 770 set_current_state(TASK_IDLE); in efi_crash_gracefully_on_page_fault()
|
/linux-6.1.9/kernel/rcu/ |
D | tasks.h | 516 TASK_IDLE); in rcu_tasks_one_gp() 708 __set_current_state(TASK_IDLE); in rcu_tasks_wait_gp()
|
/linux-6.1.9/drivers/siox/ |
D | siox-core.c | 311 set_current_state(TASK_IDLE); in siox_poll_thread()
|
/linux-6.1.9/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-6.1.9/kernel/time/ |
D | timer.c | 1979 __set_current_state(TASK_IDLE); in schedule_timeout_idle()
|
/linux-6.1.9/kernel/ |
D | workqueue.c | 2455 __set_current_state(TASK_IDLE); in worker_thread() 2497 set_current_state(TASK_IDLE); in rescuer_thread()
|
/linux-6.1.9/drivers/md/ |
D | raid1.c | 1363 &w, TASK_IDLE); in raid1_write_request()
|
D | raid10.c | 1420 &w, TASK_IDLE); in raid10_write_request()
|