Searched refs:TASK_IDLE (Results 1 – 20 of 20) sorted by relevance
| /linux/include/linux/ |
| A D | swait.h | 233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) 256 TASK_IDLE, timeout, \
|
| A D | delay.h | 73 usleep_range_state(min, max, TASK_IDLE); in usleep_idle_range()
|
| A D | wait.h | 673 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \ 697 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \ 702 TASK_IDLE, 0, timeout, \ 735 TASK_IDLE, 1, timeout, \
|
| A D | sched.h | 133 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro 1622 if ((tsk_state & TASK_IDLE) == TASK_IDLE) in __task_state_index()
|
| /linux/net/sunrpc/ |
| A D | svc_xprt.c | 680 set_current_state(TASK_IDLE); in svc_alloc_arg() 737 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_thread_wait_for_work() 753 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_thread_wait_for_work()
|
| A D | svc.c | 849 TASK_IDLE); in svc_stop_kthreads()
|
| /linux/arch/x86/platform/efi/ |
| A D | quirks.c | 778 set_current_state(TASK_IDLE); in efi_crash_gracefully_on_page_fault()
|
| /linux/kernel/rcu/ |
| A D | tasks.h | 612 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/kernel/ |
| A D | torture.c | 98 set_current_state(TASK_IDLE); in torture_hrtimeout_ns()
|
| A D | exit.c | 431 set_current_state(TASK_IDLE|TASK_FREEZABLE); in coredump_task_exit()
|
| A D | workqueue.c | 3404 __set_current_state(TASK_IDLE); in worker_thread() 3445 set_current_state(TASK_IDLE); in rescuer_thread()
|
| /linux/drivers/md/dm-vdo/indexer/ |
| A D | index-session.c | 734 prepare_to_wait(&cv->wait_queue, &__wait, TASK_IDLE); in uds_wait_cond()
|
| /linux/drivers/cdx/controller/ |
| A D | mcdi.c | 185 rc = wait_woken(&wait, TASK_IDLE, timeout_jiffies); in cdx_mcdi_wait_for_quiescence()
|
| /linux/drivers/siox/ |
| A D | siox-core.c | 311 set_current_state(TASK_IDLE); in siox_poll_thread()
|
| /linux/arch/powerpc/platforms/ps3/ |
| A D | device-init.c | 744 rcuwait_wait_event(&dev->wait, dev->done || kthread_should_stop(), TASK_IDLE); in ps3_notification_read_write()
|
| /linux/net/netfilter/ipvs/ |
| A D | ip_vs_est.c | 197 set_current_state(TASK_IDLE); in ip_vs_estimation_kthread()
|
| /linux/kernel/time/ |
| A D | timer.c | 2659 __set_current_state(TASK_IDLE); in schedule_timeout_idle()
|
| /linux/drivers/md/ |
| A D | raid1.c | 1439 &w, TASK_IDLE); in raid1_write_request()
|
| A D | raid10.c | 1366 &w, TASK_IDLE); in raid10_write_request()
|
| /linux/fs/nfsd/ |
| A D | nfs4proc.c | 1350 prepare_to_wait(&nn->nfsd_ssc_waitq, &wait, TASK_IDLE); in nfsd4_ssc_setup_dul()
|
Completed in 80 milliseconds