Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dswait.h233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule())
256 TASK_IDLE, timeout, \
H A Ddelay.h92 usleep_range_state(min, max, TASK_IDLE); in usleep_range_idle()
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.h135 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro
1676 if ((tsk_state & TASK_IDLE) == TASK_IDLE) in __task_state_index()
/linux-6.15/kernel/time/
H A Dsleep_timeout.c174 __set_current_state(TASK_IDLE); in schedule_timeout_idle()
/linux-6.15/net/sunrpc/
H A Dsvc_xprt.c672 set_current_state(TASK_IDLE); in svc_alloc_arg()
729 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_thread_wait_for_work()
745 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_thread_wait_for_work()
H A Dsvc.c849 TASK_IDLE); in svc_stop_kthreads()
/linux-6.15/arch/x86/platform/efi/
H A Dquirks.c782 set_current_state(TASK_IDLE); in efi_crash_gracefully_on_page_fault()
/linux-6.15/kernel/rcu/
H A Dtasks.h612 TASK_IDLE); in rcu_tasks_one_gp()
868 __set_current_state(TASK_IDLE); in rcu_tasks_wait_gp()
1250 rcu_tasks.wait_state = TASK_IDLE; in rcu_spawn_tasks_kthread()
/linux-6.15/kernel/
H A Dtorture.c98 set_current_state(TASK_IDLE); in torture_hrtimeout_ns()
H A Dexit.c449 set_current_state(TASK_IDLE|TASK_FREEZABLE); in coredump_task_exit()
H A Dworkqueue.c3413 __set_current_state(TASK_IDLE); in worker_thread()
3454 set_current_state(TASK_IDLE); in rescuer_thread()
/linux-6.15/drivers/md/dm-vdo/indexer/
H A Dindex-session.c730 prepare_to_wait(&cv->wait_queue, &__wait, TASK_IDLE); in uds_wait_cond()
/linux-6.15/drivers/cdx/controller/
H A Dmcdi.c185 rc = wait_woken(&wait, TASK_IDLE, timeout_jiffies); in cdx_mcdi_wait_for_quiescence()
/linux-6.15/drivers/siox/
H A Dsiox-core.c311 set_current_state(TASK_IDLE); in siox_poll_thread()
/linux-6.15/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()
/linux-6.15/net/netfilter/ipvs/
H A Dip_vs_est.c197 set_current_state(TASK_IDLE); in ip_vs_estimation_kthread()
/linux-6.15/drivers/md/
H A Draid1.c1479 &w, TASK_IDLE); in raid1_write_request()
H A Draid10.c1362 &w, TASK_IDLE); in raid10_write_request()
/linux-6.15/fs/nfsd/
H A Dnfs4proc.c1445 prepare_to_wait(&nn->nfsd_ssc_waitq, &wait, TASK_IDLE); in nfsd4_ssc_setup_dul()