Searched refs:prof_counter (Results 1 – 8 of 8) sorted by relevance
57 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()
102 DEFINE_PER_CPU(int, prof_counter) = 1;
34 unsigned long prof_counter; member
161 if (!--cpuinfo->prof_counter) { in timer_interrupt()162 cpuinfo->prof_counter = cpuinfo->prof_multiplier; in timer_interrupt()
82 p->prof_counter = 1; in init_percpu_prof()
19 unsigned long prof_counter;
106 unsigned long prof_counter; /* per CPU profiling support */ member
95 cpu_data[cpuid].prof_counter = 1; in smp_setup_percpu_timer()