Searched refs:TASK_IDLE (Results 1 – 12 of 12) sorted by relevance
/linux/include/linux/ |
A D | swait.h | 233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) 256 TASK_IDLE, timeout, \
|
A D | wait.h | 673 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \ 697 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \ 702 TASK_IDLE, 0, timeout, \ 735 TASK_IDLE, 1, timeout, \
|
A D | delay.h | 72 usleep_range_state(min, max, TASK_IDLE); in usleep_idle_range()
|
A D | sched.h | 108 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro 1622 if (tsk_state == TASK_IDLE) in task_state_index()
|
/linux/arch/x86/platform/efi/ |
A D | quirks.c | 770 set_current_state(TASK_IDLE); in efi_crash_gracefully_on_page_fault()
|
/linux/drivers/siox/ |
A D | siox-core.c | 311 set_current_state(TASK_IDLE); in siox_poll_thread()
|
/linux/arch/powerpc/platforms/ps3/ |
A D | device-init.c | 744 rcuwait_wait_event(&dev->wait, dev->done || kthread_should_stop(), TASK_IDLE); in ps3_notification_read_write()
|
/linux/kernel/time/ |
A D | timer.c | 1925 __set_current_state(TASK_IDLE); in schedule_timeout_idle()
|
/linux/kernel/ |
A D | workqueue.c | 2464 __set_current_state(TASK_IDLE); in worker_thread() 2506 set_current_state(TASK_IDLE); in rescuer_thread()
|
/linux/drivers/md/ |
A D | raid1.c | 1341 &w, TASK_IDLE); in raid1_write_request()
|
A D | raid10.c | 1361 &w, TASK_IDLE); in raid10_write_request()
|
/linux/kernel/sched/ |
A D | core.c | 8549 if (state_filter == TASK_UNINTERRUPTIBLE && state == TASK_IDLE) in state_filter_match()
|
Completed in 78 milliseconds