Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dswait.h233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule())
256 TASK_IDLE, timeout, \
H A Ddelay.h73 usleep_range_state(min, max, TASK_IDLE); in usleep_idle_range()
H A Dwait.h677 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \
701 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \
706 TASK_IDLE, 0, timeout, \
739 TASK_IDLE, 1, timeout, \
H A Dsched.h120 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro
1674 if ((tsk_state & TASK_IDLE) == TASK_IDLE) in __task_state_index()
/openbmc/linux/fs/nfs/
H A Dcallback.c104 prepare_to_wait(&serv->sv_cb_waitq, &wq, TASK_IDLE); in nfs41_callback_svc()
/openbmc/linux/arch/x86/platform/efi/
H A Dquirks.c778 set_current_state(TASK_IDLE); in efi_crash_gracefully_on_page_fault()
/openbmc/linux/kernel/
H A Dtorture.c97 set_current_state(TASK_IDLE); in torture_hrtimeout_ns()
H A Dworkqueue.c2798 __set_current_state(TASK_IDLE); in worker_thread()
2839 set_current_state(TASK_IDLE); in rescuer_thread()
/openbmc/linux/net/sunrpc/
H A Dsvc_xprt.c675 set_current_state(TASK_IDLE); in svc_alloc_arg()
735 set_current_state(TASK_IDLE); in svc_get_next_xprt()
/openbmc/linux/kernel/rcu/
H A Dtasks.h578 TASK_IDLE); in rcu_tasks_one_gp()
789 __set_current_state(TASK_IDLE); in rcu_tasks_wait_gp()
/openbmc/linux/drivers/siox/
H A Dsiox-core.c311 set_current_state(TASK_IDLE); in siox_poll_thread()
/openbmc/linux/drivers/cdx/controller/
H A Dmcdi.c189 rc = wait_woken(&wait, TASK_IDLE, timeout_jiffies); in cdx_mcdi_wait_for_quiescence()
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Ddevice-init.c744 rcuwait_wait_event(&dev->wait, dev->done || kthread_should_stop(), TASK_IDLE); in ps3_notification_read_write()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_est.c196 set_current_state(TASK_IDLE); in ip_vs_estimation_kthread()
/openbmc/linux/kernel/time/
H A Dtimer.c2211 __set_current_state(TASK_IDLE); in schedule_timeout_idle()
/openbmc/linux/drivers/md/
H A Draid1.c1360 &w, TASK_IDLE); in raid1_write_request()
H A Draid10.c1427 &w, TASK_IDLE); in raid10_write_request()
/openbmc/linux/fs/nfsd/
H A Dnfs4proc.c1350 prepare_to_wait(&nn->nfsd_ssc_waitq, &wait, TASK_IDLE); in nfsd4_ssc_setup_dul()