Searched refs:time_keeper_id (Results 1 – 4 of 4) sorted by relevance
153 extern volatile int time_keeper_id; in fixup_irqs()161 if (smp_processor_id() == time_keeper_id) { in fixup_irqs()162 time_keeper_id = cpumask_first(cpu_online_mask); in fixup_irqs()163 printk ("CPU %d is now promoted to time-keeper master\n", time_keeper_id); in fixup_irqs()
41 volatile int time_keeper_id = 0; /* smp_processor_id() of time-keeper */ variable175 if (smp_processor_id() == time_keeper_id) in timer_interrupt()
360 extern volatile int time_keeper_id; in smp_callin()368 itc_master = time_keeper_id; in smp_callin()
263 extern volatile int time_keeper_id;