Home
last modified time | relevance | path

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

/linux/include/linux/
A Dswait.h233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule())
256 TASK_IDLE, timeout, \
A Dwait.h673 ___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 Ddelay.h72 usleep_range_state(min, max, TASK_IDLE); in usleep_idle_range()
A Dsched.h108 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro
1622 if (tsk_state == TASK_IDLE) in task_state_index()
/linux/arch/x86/platform/efi/
A Dquirks.c770 set_current_state(TASK_IDLE); in efi_crash_gracefully_on_page_fault()
/linux/drivers/siox/
A Dsiox-core.c311 set_current_state(TASK_IDLE); in siox_poll_thread()
/linux/arch/powerpc/platforms/ps3/
A Ddevice-init.c744 rcuwait_wait_event(&dev->wait, dev->done || kthread_should_stop(), TASK_IDLE); in ps3_notification_read_write()
/linux/kernel/time/
A Dtimer.c1925 __set_current_state(TASK_IDLE); in schedule_timeout_idle()
/linux/kernel/
A Dworkqueue.c2464 __set_current_state(TASK_IDLE); in worker_thread()
2506 set_current_state(TASK_IDLE); in rescuer_thread()
/linux/drivers/md/
A Draid1.c1341 &w, TASK_IDLE); in raid1_write_request()
A Draid10.c1361 &w, TASK_IDLE); in raid10_write_request()
/linux/kernel/sched/
A Dcore.c8549 if (state_filter == TASK_UNINTERRUPTIBLE && state == TASK_IDLE) in state_filter_match()

Completed in 82 milliseconds