Searched refs:TASK_IDLE (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | swait.h | 233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) 256 TASK_IDLE, timeout, \
|
H A D | delay.h | 73 usleep_range_state(min, max, TASK_IDLE); in usleep_idle_range()
|
H A D | wait.h | 678 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \ 702 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \ 707 TASK_IDLE, 0, timeout, \ 740 TASK_IDLE, 1, timeout, \
|
H A D | sched.h | 119 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro 1680 if ((tsk_state & TASK_IDLE) == TASK_IDLE) in __task_state_index()
|
/openbmc/linux/fs/nfs/ |
H A D | callback.c | 104 prepare_to_wait(&serv->sv_cb_waitq, &wq, TASK_IDLE); in nfs41_callback_svc()
|
/openbmc/linux/arch/x86/platform/efi/ |
H A D | quirks.c | 778 set_current_state(TASK_IDLE); in efi_crash_gracefully_on_page_fault()
|
/openbmc/linux/net/sunrpc/ |
H A D | svc_xprt.c | 675 set_current_state(TASK_IDLE); in svc_alloc_arg() 735 set_current_state(TASK_IDLE); in svc_get_next_xprt()
|
/openbmc/linux/kernel/ |
H A D | torture.c | 97 set_current_state(TASK_IDLE); in torture_hrtimeout_ns()
|
H A D | workqueue.c | 2805 __set_current_state(TASK_IDLE); in worker_thread() 2846 set_current_state(TASK_IDLE); in rescuer_thread()
|
/openbmc/linux/kernel/rcu/ |
H A D | tasks.h | 608 TASK_IDLE); in rcu_tasks_one_gp() 819 __set_current_state(TASK_IDLE); in rcu_tasks_wait_gp()
|
/openbmc/linux/drivers/siox/ |
H A D | siox-core.c | 311 set_current_state(TASK_IDLE); in siox_poll_thread()
|
/openbmc/linux/drivers/cdx/controller/ |
H A D | mcdi.c | 189 rc = wait_woken(&wait, TASK_IDLE, timeout_jiffies); in cdx_mcdi_wait_for_quiescence()
|
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | device-init.c | 744 rcuwait_wait_event(&dev->wait, dev->done || kthread_should_stop(), TASK_IDLE); in ps3_notification_read_write()
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_est.c | 196 set_current_state(TASK_IDLE); in ip_vs_estimation_kthread()
|
/openbmc/linux/kernel/time/ |
H A D | timer.c | 2211 __set_current_state(TASK_IDLE); in schedule_timeout_idle()
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4proc.c | 1345 prepare_to_wait(&nn->nfsd_ssc_waitq, &wait, TASK_IDLE); in nfsd4_ssc_setup_dul()
|
/openbmc/linux/drivers/md/ |
H A D | raid1.c | 1355 &w, TASK_IDLE); in raid1_write_request()
|
H A D | raid10.c | 1421 &w, TASK_IDLE); in raid10_write_request()
|