Searched refs:TASK_IDLE (Results 1 – 18 of 18) sorted by relevance
| /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 | wait.h | 667 * The process is put to sleep (TASK_IDLE) until the 679 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \ 687 * The process is put to sleep (TASK_IDLE) until the 703 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \ 708 TASK_IDLE, 0, timeout, \ 717 * The process is put to sleep (TASK_IDLE) until the 741 TASK_IDLE, 1, timeout, \ 750 * The process is put to sleep (TASK_IDLE) until the
|
| H A D | sched.h | 141 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro 1671 if ((tsk_state & TASK_IDLE) == TASK_IDLE) in __task_state_index()
|
| /linux/kernel/time/ |
| H A D | sleep_timeout.c | 174 __set_current_state(TASK_IDLE); in schedule_timeout_idle()
|
| /linux/kernel/rcu/ |
| H A D | tasks.h | 609 TASK_IDLE); in rcu_tasks_one_gp() 862 __set_current_state(TASK_IDLE); in rcu_tasks_wait_gp() 1244 rcu_tasks.wait_state = TASK_IDLE; in rcu_spawn_tasks_kthread()
|
| /linux/net/sunrpc/ |
| H A D | svc_xprt.c | 665 set_current_state(TASK_IDLE); in svc_alloc_arg() 728 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_thread_wait_for_work() 744 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_thread_wait_for_work()
|
| H A D | svc.c | 829 wait_on_bit(&pool->sp_flags, SP_VICTIM_REMAINS, TASK_IDLE); in svc_stop_kthreads()
|
| /linux/kernel/ |
| H A D | torture.c | 98 set_current_state(TASK_IDLE); in torture_hrtimeout_ns()
|
| H A D | exit.c | 442 set_current_state(TASK_IDLE|TASK_FREEZABLE); in coredump_task_exit()
|
| H A D | workqueue.c | 3452 __set_current_state(TASK_IDLE); in worker_thread() 3549 set_current_state(TASK_IDLE); in rescuer_thread()
|
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | index-session.c | 730 prepare_to_wait(&cv->wait_queue, &__wait, TASK_IDLE); in uds_wait_cond()
|
| /linux/drivers/cdx/controller/ |
| H A D | mcdi.c | 209 rc = wait_woken(&wait, TASK_IDLE, timeout_jiffies); in cdx_mcdi_wait_for_quiescence()
|
| /linux/drivers/siox/ |
| H A D | siox-core.c | 311 set_current_state(TASK_IDLE); in siox_poll_thread()
|
| /linux/arch/powerpc/platforms/ps3/ |
| H A D | device-init.c | 745 rcuwait_wait_event(&dev->wait, dev->done || kthread_should_stop(), TASK_IDLE); in ps3_notification_read_write()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_est.c | 196 set_current_state(TASK_IDLE); in ip_vs_estimation_kthread()
|
| /linux/drivers/md/ |
| H A D | raid1.c | 1497 &w, TASK_IDLE); in raid1_write_request()
|
| H A D | raid10.c | 1364 &w, TASK_IDLE); in raid10_write_request()
|
| /linux/fs/nfsd/ |
| H A D | nfs4proc.c | 1642 prepare_to_wait(&nn->nfsd_ssc_waitq, &wait, TASK_IDLE); in nfsd4_ssc_setup_dul()
|