Searched refs:time_keeper_id (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dirq.c182 extern volatile int time_keeper_id;
190 if (smp_processor_id() == time_keeper_id) {
191 time_keeper_id = cpumask_first(cpu_online_mask);
192 printk ("CPU %d is now promoted to time-keeper master\n", time_keeper_id);
H A Dtime.c44 volatile int time_keeper_id = 0; /* smp_processor_id() of time-keeper */ variable
193 if (smp_processor_id() == time_keeper_id) {
H A Dsmpboot.c375 extern volatile int time_keeper_id;
383 itc_master = time_keeper_id;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dparavirt.h264 extern volatile int time_keeper_id;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/xen/
H A Dtime.c142 if (cpu == time_keeper_id) {

Completed in 81 milliseconds