Home
last modified time | relevance | path

Searched refs:time_keeper_id (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/ia64/kernel/
H A Dirq.c132 extern volatile int time_keeper_id; in fixup_irqs()
140 if (smp_processor_id() == time_keeper_id) { in fixup_irqs()
141 time_keeper_id = cpumask_first(cpu_online_mask); in fixup_irqs()
142 printk ("CPU %d is now promoted to time-keeper master\n", time_keeper_id); in fixup_irqs()
H A Dtime.c45 volatile int time_keeper_id = 0; /* smp_processor_id() of time-keeper */ variable
191 legacy_timer_tick(smp_processor_id() == time_keeper_id); in timer_interrupt()
H A Dsmpboot.c357 extern volatile int time_keeper_id; in smp_callin()
361 itc_master = time_keeper_id; in smp_callin()
/openbmc/linux/arch/parisc/kernel/
H A Dsmp.c468 if (cpu == time_keeper_id) { in __cpu_disable()
469 time_keeper_id = cpumask_first(cpu_online_mask); in __cpu_disable()
470 pr_info("CPU %d is now promoted to time-keeper master\n", time_keeper_id); in __cpu_disable()
H A Dtime.c43 int time_keeper_id __read_mostly; /* CPU used for timekeeping. */
89 if (IS_ENABLED(CONFIG_SMP) && (cpu != time_keeper_id)) in timer_interrupt()
/openbmc/linux/arch/parisc/include/asm/
H A Dprocessor.h101 extern int time_keeper_id; /* CPU used for timekeeping */