Home
last modified time | relevance | path

Searched refs:TASK_IDLE (Results 1 – 14 of 14) 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 Dsched.h141 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro
1677 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.c664 set_current_state(TASK_IDLE); in svc_alloc_arg()
756 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_add_new_temp_xprt()
772 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_handle_xprt()
H A Dsvc.c850 wait_on_bit(&pool->sp_flags, SP_VICTIM_REMAINS, TASK_IDLE);
/linux/arch/x86/platform/efi/
H A Dquirks.c840 set_current_state(TASK_IDLE); in efi_crash_gracefully_on_page_fault()
/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/arch/powerpc/platforms/ps3/
H A Ddevice-init.c745 rcuwait_wait_event(&dev->wait, dev->done || kthread_should_stop(), TASK_IDLE); in ps3_notification_read_write()
/linux/net/netfilter/ipvs/
H A Dip_vs_est.c201 set_current_state(TASK_IDLE); in ip_vs_estimation_kthread()
/linux/kernel/
H A Dexit.c442 set_current_state(TASK_IDLE|TASK_FREEZABLE); in coredump_task_exit()
H A Dworkqueue.c3491 __set_current_state(TASK_IDLE); in worker_thread()
3588 set_current_state(TASK_IDLE); in rescuer_thread()
/linux/fs/nfsd/
H A Dnfs4proc.c1645 prepare_to_wait(&nn->nfsd_ssc_waitq, &wait, TASK_IDLE); in nfsd4_ssc_setup_dul()
/linux/drivers/md/
H A Draid10.c1364 &w, TASK_IDLE); in raid10_write_request()