Searched refs:idle (Results 51 - 75 of 334) sorted by relevance

1234567891011>>

/linux-master/arch/arm/common/
H A Dmcpm_platsmp.c29 static int mcpm_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
/linux-master/arch/arm/mach-sti/
H A Dplatsmp.c30 static int sti_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
/linux-master/arch/arm/kernel/
H A Dpsci_smp.c45 static int psci_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
/linux-master/include/linux/mfd/wm8994/
H A Dpdata.h113 * @idle: True if this configuration should use when no accessory is detected,
120 bool idle; member in struct:wm8958_micd_rate
/linux-master/arch/arm/mach-mstar/
H A Dmstarv7.c74 static int mstarv7_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
/linux-master/drivers/macintosh/
H A Dadb-iop.c32 idle, enumerator in enum:adb_iop_state
65 adb_iop_state = idle;
72 if (adb_iop_state == idle)
241 if (adb_iop_state == idle)
/linux-master/drivers/media/rc/
H A Drc-loopback.c27 bool idle; member in struct:loopback_dev
130 /* Fake a silence long enough to cause us to go idle */
145 if (lodev->idle != enable) {
146 dev_dbg(&dev->dev, "%sing idle mode\n", enable ? "enter" : "exit");
147 lodev->idle = enable;
249 loopdev.idle = true;
H A Drc-ir-raw.c164 * if the event was added, and zero if the event was ignored due to idle
172 /* Ignore spaces in idle mode */
173 if (dev->idle && !ev->pulse)
175 else if (dev->idle)
187 /* Enter idle mode if necessary */
197 * ir_raw_event_set_idle() - provide hint to rc-core when the device is idle or not
199 * @idle: whether the device is idle or not
201 void ir_raw_event_set_idle(struct rc_dev *dev, bool idle) argument
206 dev_dbg(&dev->dev, "%s idle mod
[all...]
/linux-master/arch/arm/mach-spear/
H A Dplatsmp.c56 static int spear13xx_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
/linux-master/arch/arm/mach-axxia/
H A Dplatsmp.c31 static int axxia_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
/linux-master/arch/arm/mach-lpc32xx/
H A Dsuspend.S50 @ Wait for SDRAM busy status to go busy and then idle
56 bne 1b @ Branch while idle
61 beq 2b @ Branch until idle
/linux-master/arch/arm/mach-mvebu/
H A Dplatsmp-a9.c25 struct task_struct *idle)
61 * for this CPU might be in the deep idle state, preventing this CPU
76 * deep idle sleep state.
84 * anything, because CPUs going offline can enter the deep idle state
24 mvebu_cortex_a9_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Drunq.h13 bool (*idle)(struct nvkm_runq *); member in struct:nvkm_runq::nvkm_runq_func
H A Dgk208.c42 .idle = gk104_runq_idle,
/linux-master/arch/arm/mach-ux500/
H A Dplatsmp.c67 static int ux500_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
/linux-master/arch/loongarch/kernel/
H A Dreset.c16 #include <asm/idle.h>
/linux-master/drivers/cpuidle/
H A Dpoll_state.c3 * poll_state.c - Polling idle state
9 #include <linux/sched/idle.h>
/linux-master/arch/arm/include/asm/
H A Dsmp.h91 * Boot a secondary CPU, and assign it the specified idle task.
94 int (*smp_boot_secondary)(unsigned int cpu, struct task_struct *idle);
/linux-master/arch/arm/mach-npcm/
H A Dplatsmp.c22 struct task_struct *idle)
21 npcm7xx_smp_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
/linux-master/arch/powerpc/include/asm/
H A Dlppaca.h69 u8 idle; /* Indicate OS is idle */ member in struct:lppaca
/linux-master/arch/arm/mach-shmobile/
H A Dsmp-sh73a0.c32 static int sh73a0_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
H A Dsmp-r8a7779.c28 static int r8a7779_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
/linux-master/arch/x86/include/asm/
H A Dmwait.h6 #include <linux/sched/idle.h>
/linux-master/arch/openrisc/kernel/
H A Dsmp.c42 static void boot_secondary(unsigned int cpu, struct task_struct *idle) argument
92 int __cpu_up(unsigned int cpu, struct task_struct *idle) argument
100 secondary_thread_info = task_thread_info(idle);
103 boot_secondary(cpu, idle);
143 * OK, it's off to the idle thread for us
/linux-master/arch/loongarch/include/asm/
H A Dsmp.h33 void loongson_boot_secondary(int cpu, struct task_struct *idle);

Completed in 219 milliseconds

1234567891011>>