Searched refs:TASK_IDLE (Results 1 – 18 of 18) sorted by relevance
/Linux-v6.6/include/linux/ |
D | swait.h | 233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) 256 TASK_IDLE, timeout, \
|
D | delay.h | 73 usleep_range_state(min, max, TASK_IDLE); in usleep_idle_range()
|
D | wait.h | 677 ___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, \
|
D | sched.h | 120 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro 1674 if ((tsk_state & TASK_IDLE) == TASK_IDLE) in __task_state_index()
|
/Linux-v6.6/fs/nfs/ |
D | callback.c | 104 prepare_to_wait(&serv->sv_cb_waitq, &wq, TASK_IDLE); in nfs41_callback_svc()
|
/Linux-v6.6/arch/x86/platform/efi/ |
D | quirks.c | 778 set_current_state(TASK_IDLE); in efi_crash_gracefully_on_page_fault()
|
/Linux-v6.6/kernel/ |
D | torture.c | 96 set_current_state(TASK_IDLE); in torture_hrtimeout_ns()
|
D | workqueue.c | 2797 __set_current_state(TASK_IDLE); in worker_thread() 2838 set_current_state(TASK_IDLE); in rescuer_thread()
|
/Linux-v6.6/net/sunrpc/ |
D | svc_xprt.c | 676 set_current_state(TASK_IDLE); in svc_alloc_arg() 736 set_current_state(TASK_IDLE); in svc_get_next_xprt()
|
/Linux-v6.6/kernel/rcu/ |
D | tasks.h | 577 TASK_IDLE); in rcu_tasks_one_gp() 788 __set_current_state(TASK_IDLE); in rcu_tasks_wait_gp()
|
/Linux-v6.6/drivers/siox/ |
D | siox-core.c | 311 set_current_state(TASK_IDLE); in siox_poll_thread()
|
/Linux-v6.6/drivers/cdx/controller/ |
D | mcdi.c | 189 rc = wait_woken(&wait, TASK_IDLE, timeout_jiffies); in cdx_mcdi_wait_for_quiescence()
|
/Linux-v6.6/arch/powerpc/platforms/ps3/ |
D | device-init.c | 744 rcuwait_wait_event(&dev->wait, dev->done || kthread_should_stop(), TASK_IDLE); in ps3_notification_read_write()
|
/Linux-v6.6/net/netfilter/ipvs/ |
D | ip_vs_est.c | 196 set_current_state(TASK_IDLE); in ip_vs_estimation_kthread()
|
/Linux-v6.6/kernel/time/ |
D | timer.c | 2211 __set_current_state(TASK_IDLE); in schedule_timeout_idle()
|
/Linux-v6.6/fs/nfsd/ |
D | nfs4proc.c | 1350 prepare_to_wait(&nn->nfsd_ssc_waitq, &wait, TASK_IDLE); in nfsd4_ssc_setup_dul()
|
/Linux-v6.6/drivers/md/ |
D | raid1.c | 1360 &w, TASK_IDLE); in raid1_write_request()
|
D | raid10.c | 1427 &w, TASK_IDLE); in raid10_write_request()
|