Home
last modified time | relevance | path

Searched refs:need_resched (Results 1 – 25 of 31) sorted by relevance

12

/arch/mips/kernel/
Dentry.S49 # interrupt setting need_resched
66 need_resched: label
74 b need_resched
87 local_irq_disable # make sure need_resched and
144 local_irq_disable # make sure need_resched and
162 local_irq_disable # make sure need_resched doesn't
Didle.c44 if (!need_resched()) in r39xx_wait()
64 if (!need_resched()) in r4k_wait_irqoff()
79 if (!need_resched()) in rm7k_wait_irqoff()
/arch/x86/include/asm/
Dmwait.h115 if (!need_resched()) in mwait_idle_with_hints()
/arch/mips/vr41xx/common/
Dpmu.c52 if (!need_resched()) in vr41xx_cpu_wait()
/arch/m32r/kernel/
Dentry.S213 ; setting need_resched or sigpending
/arch/mn10300/kernel/
Dentry.S128 # make sure we don't miss an interrupt setting need_resched or
183 need_resched: label
191 jmp need_resched
/arch/arm/mach-omap2/
Dcpuidle34xx.c116 if (omap_irq_pending() || need_resched()) in omap3_enter_idle()
/arch/h8300/kernel/
Dentry.S320 need_resched: label
329 bra need_resched:8
/arch/s390/crypto/
Dprng.c513 if (need_resched()) { in prng_tdes_read()
600 if (need_resched()) { in prng_sha512_read()
/arch/score/kernel/
Dentry.S268 need_resched: label
277 j need_resched
/arch/um/kernel/
Dprocess.c98 if (need_resched()) in interrupt_end()
/arch/cris/arch-v32/kernel/
Dentry.S59 btstq TIF_NEED_RESCHED, $r10 ; Check if need_resched is set.
117 di ; So need_resched and sigpending don't change.
/arch/blackfin/kernel/
Dprocess.c62 if (!need_resched()) in arch_cpu_idle()
/arch/x86/kernel/
Dprocess.c610 if (!need_resched()) in mwait_idle()
Dapm_32.c850 if (!need_resched()) { in apm_do_idle()
940 while (!need_resched()) { in apm_cpu_idle()
/arch/x86/entry/
Dentry_32.S282 need_resched: label
288 jmp need_resched
/arch/x86/math-emu/
Dfpu_entry.c531 if (FPU_lookahead && !need_resched()) { in math_emulate()
/arch/sparc/kernel/
Dprocess_64.c77 if (!need_resched() && !cpu_is_offline(smp_processor_id())) in arch_cpu_idle()
/arch/c6x/kernel/
Dentry.S308 ;; make sure we don't miss an interrupt setting need_resched or
/arch/frv/kernel/
Dentry.S1095 # make sure we don't miss an interrupt setting need_resched or sigpending between
/arch/powerpc/kernel/
Drtas.c499 if (ms && need_resched()) in rtas_busy_delay()
/arch/sh/kernel/cpu/sh5/
Dentry.S903 need_resched: label
918 pta need_resched, tr1
/arch/cris/arch-v10/kernel/
Dentry.S64 btstq TIF_NEED_RESCHED, $r10 ; Check if need_resched is set
/arch/powerpc/kvm/
Dpowerpc.c77 if (need_resched()) { in kvmppc_prepare_to_enter()
/arch/mips/kvm/
Dmips.c1282 if (need_resched()) in kvm_mips_handle_exit()

12