Searched refs:TASK_IDLE (Results 1 – 14 of 14) 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 | sched.h | 141 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro 1677 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/net/sunrpc/ |
| H A D | svc_xprt.c | 664 set_current_state(TASK_IDLE); in svc_alloc_arg() 756 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_add_new_temp_xprt() 772 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_handle_xprt()
|
| H A D | svc.c | 850 wait_on_bit(&pool->sp_flags, SP_VICTIM_REMAINS, TASK_IDLE);
|
| /linux/arch/x86/platform/efi/ |
| H A D | quirks.c | 840 set_current_state(TASK_IDLE); in efi_crash_gracefully_on_page_fault()
|
| /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 | 201 set_current_state(TASK_IDLE); in ip_vs_estimation_kthread()
|
| /linux/kernel/ |
| H A D | exit.c | 442 set_current_state(TASK_IDLE|TASK_FREEZABLE); in coredump_task_exit()
|
| H A D | workqueue.c | 3491 __set_current_state(TASK_IDLE); in worker_thread() 3588 set_current_state(TASK_IDLE); in rescuer_thread()
|
| /linux/fs/nfsd/ |
| H A D | nfs4proc.c | 1645 prepare_to_wait(&nn->nfsd_ssc_waitq, &wait, TASK_IDLE); in nfsd4_ssc_setup_dul()
|
| /linux/drivers/md/ |
| H A D | raid10.c | 1364 &w, TASK_IDLE); in raid10_write_request()
|