Searched refs:prof_counter (Results 1 - 24 of 24) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dsmp.h38 unsigned long prof_counter; member in struct:cpuinfo_alpha
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dsmp.h38 unsigned long prof_counter; member in struct:cpuinfo_alpha
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dsmp.c51 unsigned int prof_counter[NR_CPUS]; variable
94 if (!--prof_counter[cpu]) {
96 prof_counter[cpu]=prof_multiplier[cpu];
300 prof_counter[i] = 1;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dpaca.h146 u64 prof_counter; /* */ member in struct:paca_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dpaca.h146 u64 prof_counter; /* */ member in struct:paca_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dapic.c39 int prof_counter[NR_CPUS] = { 1, }; variable
923 if (--prof_counter[cpu] <= 0) {
932 prof_counter[cpu] = prof_multiplier[cpu];
933 if (prof_counter[cpu] != prof_old_multiplier[cpu]) {
934 __setup_APIC_LVTT(calibration_result/prof_counter[cpu]);
935 prof_old_multiplier[cpu] = prof_counter[cpu];
H A Dsmpboot.c815 extern int prof_counter[NR_CPUS];
832 prof_counter[apicid] = 1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dapic.c961 int prof_counter[NR_CPUS] = { [0 ... NR_CPUS - 1] = 1 }; variable
1035 if (--prof_counter[cpu] > 0)
1043 prof_counter[cpu] = prof_multiplier[cpu];
1044 if (prof_counter[cpu] != prof_old_multiplier[cpu]) {
1045 __setup_APIC_LVTT(calibration_result/prof_counter[cpu]);
1046 prof_old_multiplier[cpu] = prof_counter[cpu];
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dtime.c154 int prof_counter[NR_CPUS] = { [0 ... NR_CPUS - 1] = 1 }; variable
376 if (--prof_counter[cpu] == 0) {
379 prof_counter[cpu] = HZ / prof_freq[cpu];
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dtime.c154 int prof_counter[NR_CPUS] = { [0 ... NR_CPUS - 1] = 1 }; variable
394 if (--prof_counter[cpu] > 0)
400 prof_counter[cpu] = prof_multiplier[cpu];
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsun4d_smp.c441 extern unsigned int prof_counter[NR_CPUS];
465 if(!--prof_counter[cpu]) {
472 prof_counter[cpu] = prof_multiplier[cpu];
482 prof_counter[cpu] = prof_multiplier[cpu] = 1;
H A Dsun4m_smp.c439 extern unsigned int prof_counter[NR_CPUS];
452 if(!--prof_counter[cpu]) {
459 prof_counter[cpu] = prof_multiplier[cpu];
469 prof_counter[cpu] = prof_multiplier[cpu] = 1;
H A Dsmp.c250 unsigned int prof_counter[NR_CPUS]; variable
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dprocessor.c156 cpu_data[cpuid].prof_counter = 1;
227 cpu_data[cpunum].prof_counter = 1;
H A Dsmp.c417 if (!--data->prof_counter) {
418 data->prof_counter = data->prof_multiplier;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsmp.c304 if (--local_cpu_data->prof_counter <= 0) {
305 local_cpu_data->prof_counter = local_cpu_data->prof_multiplier;
H A Dsmpboot.c288 local_cpu_data->prof_counter = 1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dsmp.c396 if (!--(get_paca()->prof_counter)) {
398 (get_paca()->prof_counter)=get_paca()->prof_multiplier;
619 paca[i].prof_counter = 1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dsmp.c988 #define prof_counter(__cpu) cpu_data[(__cpu)].counter macro
1024 if (!--prof_counter(cpu)) {
1038 prof_counter(cpu) = prof_multiplier(cpu);
1083 prof_counter(cpu) = prof_multiplier(cpu) = 1;
1139 prof_counter(boot_cpu_id) = prof_multiplier(boot_cpu_id) = 1;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dprocessor.h82 unsigned long prof_counter; /* per CPU profiling support */ member in struct:cpuinfo_parisc
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dprocessor.h82 unsigned long prof_counter; /* per CPU profiling support */ member in struct:cpuinfo_parisc
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dsmp.c132 cpu_data[cpuid].prof_counter = 1;
688 if (!--data->prof_counter) {
696 data->prof_counter = data->prof_multiplier;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dprocessor.h174 __u64 prof_counter; member in struct:cpuinfo_ia64
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dprocessor.h174 __u64 prof_counter; member in struct:cpuinfo_ia64

Completed in 189 milliseconds