Searched refs:idle_cpu (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/drivers/idle/
H A Dintel_idle.c84 struct idle_cpu { struct
96 static const struct idle_cpu *icpu;
830 static const struct idle_cpu idle_cpu_nehalem = {
836 static const struct idle_cpu idle_cpu_atom = {
840 static const struct idle_cpu idle_cpu_lincroft = {
845 static const struct idle_cpu idle_cpu_snb = {
850 static const struct idle_cpu idle_cpu_byt = {
856 static const struct idle_cpu idle_cpu_cht = {
862 static const struct idle_cpu idle_cpu_ivb = {
867 static const struct idle_cpu idle_cpu_ivt = {
872 static const struct idle_cpu idle_cpu_hsw = {
877 static const struct idle_cpu idle_cpu_bdw = {
882 static const struct idle_cpu idle_cpu_skl = {
888 static const struct idle_cpu idle_cpu_avn = {
962 icpu = (const struct idle_cpu *)id->driver_data; intel_idle_probe()
/linux-4.4.14/drivers/tty/
H A Dsysrq.c216 if (idle_cpu(smp_processor_id())) showacpu()
/linux-4.4.14/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c748 if (idle_cpu(raw_smp_processor_id())) uv_heartbeat()
/linux-4.4.14/kernel/
H A Dsoftirq.c370 if ((idle_cpu(cpu) && !need_resched()) || tick_nohz_full_cpu(cpu)) { tick_irq_exit()
/linux-4.4.14/include/linux/
H A Dtrace_events.h62 * bash-15816 [01] 235.197585: idle_cpu <- irq_enter
H A Dsched.h2381 extern int idle_cpu(int cpu);
/linux-4.4.14/kernel/sched/
H A Dfair.c4800 if (idle_cpu(i)) { for_each_cpu_and()
4843 if (idle_cpu(target)) select_idle_sibling()
4849 if (i != target && cpus_share_cache(i, target) && idle_cpu(i)) select_idle_sibling()
4864 if (i == target || !idle_cpu(i)) for_each_cpu()
6330 if (idle_cpu(i)) for_each_cpu_and()
6928 if (!cpumask_test_cpu(cpu, sg_mask) || !idle_cpu(cpu)) should_we_balance()
7435 if (ilb < nr_cpu_ids && idle_cpu(ilb)) find_new_ilb()
7630 idle = idle_cpu(cpu) ? CPU_IDLE : CPU_NOT_IDLE; for_each_domain()
7695 if (balance_cpu == this_cpu || !idle_cpu(balance_cpu)) for_each_cpu()
H A Dcore.c624 if (!idle_cpu(cpu) && is_housekeeping_cpu(cpu)) get_nohz_timer_target()
630 if (!idle_cpu(i) && is_housekeeping_cpu(cpu)) { for_each_cpu()
697 if (idle_cpu(cpu) && !need_resched()) got_nohz_idle_kick()
2879 rq->idle_balance = idle_cpu(cpu); scheduler_tick()
3563 * idle_cpu - is a given cpu idle currently?
3568 int idle_cpu(int cpu) idle_cpu() function
/linux-4.4.14/kernel/rcu/
H A Dupdate.c636 pr_alert("%p: %c%c nvcsw: %lu/%lu holdout: %d idle_cpu: %d/%d\n", check_holdout_task()
/linux-4.4.14/kernel/time/
H A Dtimer.c441 * require special care against races with idle_cpu(), lets deal internal_add_timer()

Completed in 533 milliseconds