Searched refs:time_keeper_id (Results 1 – 3 of 3) sorted by relevance
131 extern volatile int time_keeper_id; in fixup_irqs()139 if (smp_processor_id() == time_keeper_id) { in fixup_irqs()140 time_keeper_id = cpumask_first(cpu_online_mask); in fixup_irqs()141 printk ("CPU %d is now promoted to time-keeper master\n", time_keeper_id); in fixup_irqs()
42 volatile int time_keeper_id = 0; /* smp_processor_id() of time-keeper */ variable182 if (smp_processor_id() == time_keeper_id) in timer_interrupt()
358 extern volatile int time_keeper_id; in smp_callin()366 itc_master = time_keeper_id; in smp_callin()