Home
last modified time | relevance | path

Searched refs:idle (Results 451 - 475 of 724) sorted by relevance

1...<<11121314151617181920>>...29

/kernel/linux/linux-5.10/arch/arm/mach-shmobile/
H A Dplatsmp-apmu.c260 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 Dplatsmp.c116 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 Dcpuidle-pseries.c3 * 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 Dfsl-edma-common.h118 bool idle; member
/kernel/linux/linux-6.6/arch/mips/kernel/
H A DMakefile8 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 Dplatform.c15 #include <asm/idle.h>
/kernel/linux/linux-6.6/arch/arm/mach-exynos/
H A Dplatsmp.c317 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 Dplatsmp.c116 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 Domap-smp.c173 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 Dcpm.c8 * 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 Drose.h139 unsigned long t1, t2, t3, hb, idle; member
H A Dnetrom.h75 unsigned long t1, t2, t4, idle; member
/kernel/linux/linux-5.10/include/uapi/drm/
H A Dr128_drm.h255 int idle; member
/kernel/linux/linux-5.10/kernel/sched/
H A Didle.c3 * 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 Dnetrom.h76 unsigned long t1, t2, t4, idle; member
H A Drose.h141 unsigned long t1, t2, t3, hb, idle; member
/kernel/linux/linux-6.6/drivers/cpuidle/
H A Dcpuidle-pseries.c3 * 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 Dr128_drm.h165 int idle; member
/kernel/linux/linux-6.6/kernel/sched/
H A Dcore_sched.c88 * 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 Dr128_drm.h169 int idle; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H A Dr128_drm.h169 int idle; member
/third_party/libuv/test/
H A Dtest-platform-output.c106 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 Ddarwin.c234 cpu_info->cpu_times.idle = (uint64_t)(info[i].cpu_ticks[2]) * multiplier; in uv_cpu_info()
H A Dfreebsd.c258 cpu_info->cpu_times.idle = (uint64_t)(cp_times[CP_IDLE+cur]) * multiplier; in uv_cpu_info()
H A Dnetbsd.c233 cpu_info->cpu_times.idle = (uint64_t)(cp_times[CP_IDLE+cur]) * multiplier; in uv_cpu_info()

Completed in 23 milliseconds

1...<<11121314151617181920>>...29