Searched refs:TASK_IDLE (Results 1 - 19 of 19) sorted by relevance

/linux-master/include/linux/
H A Ddelay.h73 usleep_range_state(min, max, TASK_IDLE);
H A Dswait.h233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule())
240 * The process is put to sleep (TASK_IDLE) until the @condition evaluates to
256 TASK_IDLE, timeout, \
265 * The process is put to sleep (TASK_IDLE) until the @condition evaluates to
H A Dwait.h661 * The process is put to sleep (TASK_IDLE) until the
673 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \
681 * The process is put to sleep (TASK_IDLE) until the
697 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \
702 TASK_IDLE, 0, timeout, \
711 * The process is put to sleep (TASK_IDLE) until the
735 TASK_IDLE, 1, timeout, \
744 * The process is put to sleep (TASK_IDLE) until the
H A Dsched.h129 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro
1580 if ((tsk_state & TASK_IDLE) == TASK_IDLE)
/linux-master/net/sunrpc/
H A Dsvc_xprt.c663 set_current_state(TASK_IDLE);
720 set_current_state(TASK_IDLE | TASK_FREEZABLE);
736 set_current_state(TASK_IDLE | TASK_FREEZABLE);
H A Dsvc.c814 TASK_IDLE);
/linux-master/arch/x86/platform/efi/
H A Dquirks.c778 set_current_state(TASK_IDLE);
/linux-master/kernel/
H A Dtorture.c97 set_current_state(TASK_IDLE);
H A Dworkqueue.c2877 * flag, or have set its state to TASK_IDLE. Either way, the
3429 __set_current_state(TASK_IDLE);
3470 set_current_state(TASK_IDLE);
/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex-session.c734 prepare_to_wait(&cv->wait_queue, &__wait, TASK_IDLE);
/linux-master/kernel/rcu/
H A Dtasks.h579 TASK_IDLE);
790 __set_current_state(TASK_IDLE);
/linux-master/drivers/cdx/controller/
H A Dmcdi.c189 rc = wait_woken(&wait, TASK_IDLE, timeout_jiffies);
/linux-master/arch/powerpc/platforms/ps3/
H A Ddevice-init.c744 rcuwait_wait_event(&dev->wait, dev->done || kthread_should_stop(), TASK_IDLE);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_est.c197 set_current_state(TASK_IDLE);
/linux-master/drivers/siox/
H A Dsiox-core.c311 set_current_state(TASK_IDLE);
/linux-master/kernel/time/
H A Dtimer.c2626 __set_current_state(TASK_IDLE);
/linux-master/fs/nfsd/
H A Dnfs4proc.c1357 prepare_to_wait(&nn->nfsd_ssc_waitq, &wait, TASK_IDLE);
/linux-master/drivers/md/
H A Draid1.c1447 &w, TASK_IDLE);
H A Draid10.c1365 &w, TASK_IDLE);

Completed in 263 milliseconds