Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dswait.h233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule())
256 TASK_IDLE, timeout, \
H A Dwait.h679 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \
703 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \
708 TASK_IDLE, 0, timeout, \
741 TASK_IDLE, 1, timeout, \
H A Dsched.h139 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro
1671 if ((tsk_state & TASK_IDLE) == TASK_IDLE) in __task_state_index()
/linux/kernel/time/
H A Dsleep_timeout.c174 __set_current_state(TASK_IDLE); in schedule_timeout_idle()
/linux/net/sunrpc/
H A Dsvc_xprt.c665 set_current_state(TASK_IDLE); in svc_alloc_arg()
722 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_thread_wait_for_work()
738 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_thread_wait_for_work()
H A Dsvc.c852 TASK_IDLE); in svc_stop_kthreads()
/linux/drivers/md/dm-vdo/indexer/
H A Dindex-session.c730 prepare_to_wait(&cv->wait_queue, &__wait, TASK_IDLE); in uds_wait_cond()
/linux/drivers/cdx/controller/
H A Dmcdi.c209 rc = wait_woken(&wait, TASK_IDLE, timeout_jiffies); in cdx_mcdi_wait_for_quiescence()
/linux/drivers/siox/
H A Dsiox-core.c311 set_current_state(TASK_IDLE); in siox_poll_thread()
/linux/kernel/
H A Dexit.c442 set_current_state(TASK_IDLE|TASK_FREEZABLE); in coredump_task_exit()
H A Dworkqueue.c3434 __set_current_state(TASK_IDLE); in worker_thread()
3496 set_current_state(TASK_IDLE); in rescuer_thread()
/linux/fs/nfsd/
H A Dnfs4proc.c1497 prepare_to_wait(&nn->nfsd_ssc_waitq, &wait, TASK_IDLE); in nfsd4_ssc_setup_dul()