Home
last modified time | relevance | path

Searched refs:prof_counter (Results 1 – 8 of 8) sorted by relevance

/arch/m32r/kernel/
Dsmp.c57 DECLARE_PER_CPU(int, prof_counter);
669 if (--per_cpu(prof_counter, cpu_id) <= 0) { in smp_local_timer_interrupt()
678 per_cpu(prof_counter, cpu_id) in smp_local_timer_interrupt()
680 if (per_cpu(prof_counter, cpu_id) in smp_local_timer_interrupt()
684 = per_cpu(prof_counter, cpu_id); in smp_local_timer_interrupt()
Dsmpboot.c102 DEFINE_PER_CPU(int, prof_counter) = 1;
/arch/alpha/include/asm/
Dsmp.h34 unsigned long prof_counter; member
/arch/parisc/kernel/
Dtime.c161 if (!--cpuinfo->prof_counter) { in timer_interrupt()
162 cpuinfo->prof_counter = cpuinfo->prof_multiplier; in timer_interrupt()
Dprocessor.c82 p->prof_counter = 1; in init_percpu_prof()
/arch/mips/include/asm/mach-ip27/
Dtopology.h19 unsigned long prof_counter;
/arch/parisc/include/asm/
Dprocessor.h106 unsigned long prof_counter; /* per CPU profiling support */ member
/arch/alpha/kernel/
Dsmp.c95 cpu_data[cpuid].prof_counter = 1; in smp_setup_percpu_timer()