Home
last modified time | relevance | path

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

/linux/arch/ia64/kernel/
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()
A Dtime.c44 volatile int time_keeper_id = 0; /* smp_processor_id() of time-keeper */ variable
190 legacy_timer_tick(smp_processor_id() == time_keeper_id); in timer_interrupt()
A Dsmpboot.c357 extern volatile int time_keeper_id; in smp_callin()
361 itc_master = time_keeper_id; in smp_callin()

Completed in 9 milliseconds