Searched refs:idle (Results 101 - 125 of 334) sorted by relevance

1234567891011>>

/linux-master/drivers/macintosh/
H A Dvia-pmu.c124 idle, enumerator in enum:pmu_state
357 pmu_state = idle;
390 pmu_state = idle;
492 } while (pmu_state != idle);
593 while (interrupt_data[0][0] || pmu_state != idle) {
598 if (pmu_state == idle)
1172 if (pmu_state == idle)
1234 /* assert pmu_state == idle */
1237 if (!req || pmu_state != idle
1274 } while (pmu_suspended && (adb_int_pending || pmu_state != idle
[all...]
/linux-master/drivers/irqchip/
H A Dirq-omap-intc.c60 u32 idle; member in struct:omap_intc_regs
90 intc_context.idle =
109 intc_writel(INTC_IDLE, intc_context.idle);
/linux-master/drivers/misc/mei/
H A Dinit.c355 * mei_write_is_idle - check if the write queues are idle
363 bool idle = (dev->dev_state == MEI_DEV_ENABLED && local
368 dev_dbg(dev->dev, "write pg: is idle[%d] state=%s ctrl=%01d write=%01d wwait=%01d\n",
369 idle,
375 return idle;
/linux-master/arch/mips/cavium-octeon/
H A Dsmp.c209 static int octeon_boot_secondary(int cpu, struct task_struct *idle) argument
216 octeon_processor_sp = __KSTK_TOS(idle);
217 octeon_processor_gp = (unsigned long)(task_thread_info(idle));
/linux-master/arch/arm/mach-milbeaut/
H A Dplatsmp.c23 static int m10v_boot_secondary(unsigned int l_cpu, struct task_struct *idle) argument
/linux-master/drivers/cpuidle/
H A Dcpuidle-cps.c11 #include <asm/idle.h>
14 /* Enumeration of the various idle states this driver may enter */
/linux-master/arch/arm/mach-mediatek/
H A Dplatsmp.c61 static int mtk_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
/linux-master/arch/arm/mach-omap2/
H A Dsleep24xx.S10 * Fixed idle loop sleep
59 orr r4, r4, #0x40 @ enable self refresh on idle req
H A DMakefile100 omap-4-5-idle-common = cpuidle44xx.o
101 obj-$(CONFIG_ARCH_OMAP4) += $(omap-4-5-idle-common)
102 obj-$(CONFIG_SOC_OMAP5) += $(omap-4-5-idle-common)
103 obj-$(CONFIG_SOC_DRA7XX) += $(omap-4-5-idle-common)
/linux-master/arch/mips/alchemy/common/
H A Dtime.c27 #include <asm/idle.h>
/linux-master/arch/arm/include/debug/
H A Dsamsung.S87 @ idle waiting for non fifo
/linux-master/drivers/cpufreq/
H A Dloongson2_cpufreq.c22 #include <asm/idle.h>
/linux-master/arch/powerpc/platforms/powernv/
H A DMakefile4 # in particular, idle code runs a bunch of things in real mode
12 obj-y += idle.o opal-rtc.o opal-nvram.o opal-lpc.o opal-flash.o
/linux-master/arch/mips/kernel/
H A Didle.c3 * MIPS idle loop and WAIT instruction support.
19 #include <asm/idle.h>
84 * interrupt can wake it, so they must be enabled before entering idle modes.
/linux-master/arch/arm/mach-actions/
H A Dplatsmp.c79 static int s500_smp_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
/linux-master/arch/arm/kernel/
H A Dsmp.c131 int __cpu_up(unsigned int cpu, struct task_struct *idle) argument
146 secondary_data.stack = task_stack_page(idle) + THREAD_START_SP;
155 secondary_data.task = idle;
161 ret = smp_ops.smp_boot_secondary(cpu, idle);
311 * Called from the idle thread for the CPU which has been shutdown.
316 * out of idle fixes this.
368 * Do not return to the idle loop - jump back to the secondary
408 * idle thread stack, but a set of temporary page tables.
476 * OK, it's off to the idle thread for us
/linux-master/arch/xtensa/kernel/
H A Dsmp.c234 int __cpu_up(unsigned int cpu, struct task_struct *idle) argument
241 start_info.stack = (unsigned long)task_pt_regs(idle);
244 pr_debug("%s: Calling wakeup_secondary(cpu:%d, idle:%p, sp: %08lx)\n",
245 __func__, cpu, idle, start_info.stack);
248 ret = boot_secondary(cpu, idle);
331 * Called from the idle thread for the CPU which has been shutdown.
336 * out of idle fixes this.
/linux-master/arch/loongarch/kernel/
H A Dsmp.c28 #include <asm/idle.h>
314 void loongson_boot_secondary(int cpu, struct task_struct *idle) argument
321 cpuboot_data.stack = (unsigned long)__KSTK_TOS(idle);
322 cpuboot_data.thread_info = (unsigned long)task_thread_info(idle);
404 __asm__ __volatile__("idle 0\n\t");
/linux-master/arch/sh/kernel/
H A DMakefile16 idle.o io.o irq.o irq_32.o kdebugfs.o \
/linux-master/arch/s390/kvm/
H A Dsigp.c73 bool idle; local
75 idle = is_vcpu_idle(vcpu);
83 || (idle && psw->addr != 0)
84 || (!idle && (asn == p_asn || asn == s_asn))) {
/linux-master/net/rose/
H A Drose_timer.c96 if (rose->idle > 0) {
98 rose->idletimer.expires = jiffies + rose->idle;
/linux-master/arch/arm/mach-meson/
H A Dplatsmp.c156 struct task_struct *idle)
212 struct task_struct *idle)
155 meson8_smp_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
211 meson8b_smp_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
/linux-master/net/ax25/
H A Dax25_timer.c73 if (ax25->idle > 0)
74 mod_timer(&ax25->idletimer, jiffies + ax25->idle);
/linux-master/arch/sparc/kernel/
H A Dsun4d_smp.c88 /* Fix idle thread fields. */
122 int smp4d_boot_one_cpu(int i, struct task_struct *idle) argument
129 current_set[i] = task_thread_info(idle);
H A Dsun4m_smp.c57 /* Fix idle thread fields. */
79 int smp4m_boot_one_cpu(int i, struct task_struct *idle) argument
86 current_set[i] = task_thread_info(idle);

Completed in 310 milliseconds

1234567891011>>