/kernel/linux/linux-5.10/arch/arm/mach-shmobile/ |
H A D | platsmp-apmu.c | 260 struct task_struct *idle) in shmobile_smp_apmu_boot_secondary() 259 shmobile_smp_apmu_boot_secondary(unsigned int cpu, struct task_struct *idle) shmobile_smp_apmu_boot_secondary() argument
|
/kernel/linux/linux-5.10/arch/arm/mach-rockchip/ |
H A D | platsmp.c | 116 static int rockchip_boot_secondary(unsigned int cpu, struct task_struct *idle) in rockchip_boot_secondary() argument
|
/kernel/linux/linux-5.10/drivers/cpuidle/ |
H A D | cpuidle-pseries.c | 3 * cpuidle-pseries - idle state cpuidle driver. 4 * Adapted from drivers/idle/intel_idle.c and 22 #include <asm/idle.h> 357 pr_info("cpuidle: Skipping the %d Extended CEDE idle states\n", in fixup_cede0_latency()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | fsl-edma-common.h | 118 bool idle; member
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | Makefile | 8 obj-y += head.o branch.o cmpxchg.o elf.o entry.o genex.o idle.o irq.o \
|
/kernel/linux/linux-6.6/arch/mips/alchemy/devboards/ |
H A D | platform.c | 15 #include <asm/idle.h>
|
/kernel/linux/linux-6.6/arch/arm/mach-exynos/ |
H A D | platsmp.c | 317 static int exynos_boot_secondary(unsigned int cpu, struct task_struct *idle) in exynos_boot_secondary() argument
|
/kernel/linux/linux-6.6/arch/arm/mach-rockchip/ |
H A D | platsmp.c | 116 static int rockchip_boot_secondary(unsigned int cpu, struct task_struct *idle) in rockchip_boot_secondary() argument
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | omap-smp.c | 173 static int omap4_boot_secondary(unsigned int cpu, struct task_struct *idle) in omap4_boot_secondary() argument 305 * idle states. 334 * deeper idle state in WFI and will wake to an invalid address. in omap4_smp_maybe_reset_cpu1()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/4xx/ |
H A D | cpm.c | 8 * Based on arch/powerpc/platforms/44x/idle.c: 164 __ATTR(idle, 0644, cpm_idle_show, cpm_idle_store); 177 "cpm: failed to create idle sysfs entry\n"); in cpm_idle_config_sysfs() 301 cpm.idle_doze = cpm_get_uint_property(np, "idle-doze"); in cpm_init()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | rose.h | 139 unsigned long t1, t2, t3, hb, idle; member
|
H A D | netrom.h | 75 unsigned long t1, t2, t4, idle; member
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | r128_drm.h | 255 int idle; member
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | idle.c | 3 * Generic entry points for the idle threads and 4 * implementation of the idle task scheduling class. 17 * sched_idle_set_state - Record idle state for the current CPU. 85 * default_idle_call - Default CPU idle routine. 144 * The idle task must be scheduled, it is pointless to go to idle, just in call_cpuidle() 145 * update no idle residency and return. in call_cpuidle() 154 * Enter the idle state previously returned by the governor decision. in call_cpuidle() 162 * cpuidle_idle_call - the main idle function 177 * Check if the idle tas in cpuidle_idle_call() [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | netrom.h | 76 unsigned long t1, t2, t4, idle; member
|
H A D | rose.h | 141 unsigned long t1, t2, t3, hb, idle; member
|
/kernel/linux/linux-6.6/drivers/cpuidle/ |
H A D | cpuidle-pseries.c | 3 * cpuidle-pseries - idle state cpuidle driver. 4 * Adapted from drivers/idle/intel_idle.c and 22 #include <asm/idle.h> 359 pr_info("cpuidle: Skipping the %d Extended CEDE idle states\n", in fixup_cede0_latency() 365 * The CEDE idle state maps to CEDE(0). While the hypervisor in fixup_cede0_latency() 380 * a few nanoseconds to wakeup the idle CPU and in fixup_cede0_latency()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | r128_drm.h | 165 int idle; member
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | core_sched.c | 88 * core has now entered/left forced idle state. Defer accounting to the in sched_core_update_cookie() 262 /* can't be forced idle without a running task */ in __sched_core_account_forceidle() 267 * forced idle amount since there can be more than one forced in __sched_core_account_forceidle() 268 * idle sibling and more than one running cookied task. in __sched_core_account_forceidle() 278 if (p == rq_i->idle) in __sched_core_account_forceidle()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | r128_drm.h | 169 int idle; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | r128_drm.h | 169 int idle; member
|
/third_party/libuv/test/ |
H A D | test-platform-output.c | 106 printf(" times.idle: %llu\n", in TEST_IMPL() 107 (unsigned long long) cpus[i].cpu_times.idle); in TEST_IMPL()
|
/third_party/libuv/src/unix/ |
H A D | darwin.c | 234 cpu_info->cpu_times.idle = (uint64_t)(info[i].cpu_ticks[2]) * multiplier; in uv_cpu_info()
|
H A D | freebsd.c | 258 cpu_info->cpu_times.idle = (uint64_t)(cp_times[CP_IDLE+cur]) * multiplier; in uv_cpu_info()
|
H A D | netbsd.c | 233 cpu_info->cpu_times.idle = (uint64_t)(cp_times[CP_IDLE+cur]) * multiplier; in uv_cpu_info()
|