Searched refs:DEFINE_PER_CPU (Results 1 - 25 of 155) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dirq_regs.c15 DEFINE_PER_CPU(struct pt_regs *, __irq_regs);
H A Drandom32.c46 static DEFINE_PER_CPU(struct rnd_state, net_rand_state);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dinit_task.c47 DEFINE_PER_CPU(struct tss_struct, init_tss) ____cacheline_internodealigned_in_smp = INIT_TSS;
52 DEFINE_PER_CPU(struct orig_ist, orig_ist);
H A Dnmi.c49 static DEFINE_PER_CPU(short, wd_enabled);
295 static DEFINE_PER_CPU(unsigned, last_irq_sum);
296 static DEFINE_PER_CPU(local_t, alert_counter);
297 static DEFINE_PER_CPU(int, nmi_touch);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dmmu_context.h20 extern volatile DEFINE_PER_CPU(pgd_t *,current_pgd); /* defined in arch/cris/mm/fault.c */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dtopology.c8 static DEFINE_PER_CPU(struct cpu, cpu_devices);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dpercpu.h20 #define DEFINE_PER_CPU(type, name) \ macro
41 #define DEFINE_PER_CPU(type, name) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dpercpu.h40 #define DEFINE_PER_CPU(type, name) \ macro
60 #define DEFINE_PER_CPU(type, name) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dpercpu.h18 #define DEFINE_PER_CPU(type, name) \ macro
39 #define DEFINE_PER_CPU(type, name) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Dpercpu.h14 #define DEFINE_PER_CPU(type, name) \ macro
34 #define DEFINE_PER_CPU(type, name) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dpercpu.h20 #define DEFINE_PER_CPU(type, name) \ macro
47 #define DEFINE_PER_CPU(type, name) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsoftlockup.c19 static DEFINE_PER_CPU(unsigned long, touch_timestamp);
20 static DEFINE_PER_CPU(unsigned long, print_timestamp);
21 static DEFINE_PER_CPU(struct task_struct *, watchdog_task);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dtlb_64.c35 DEFINE_PER_CPU(struct ppc64_tlb_batch, ppc64_tlb_batch);
40 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
41 DEFINE_PER_CPU(struct pte_freelist_batch *, pte_freelist_cur);
51 DEFINE_PER_CPU(struct pte_freelist_batch *, pte_freelist_cur);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dinit_task.c45 DEFINE_PER_CPU(struct tss_struct, init_tss) ____cacheline_internodealigned_in_smp = INIT_TSS;
H A Dsmpcommon.c7 DEFINE_PER_CPU(unsigned long, this_cpu_off);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dctcdbug.c36 DEFINE_PER_CPU(char[256], ctc_dbf_txt_buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/mcheck/
H A Dtherm_throt.c29 static DEFINE_PER_CPU(__u64, next_check) = INITIAL_JIFFIES;
30 static DEFINE_PER_CPU(unsigned long, thermal_throttle_count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dcpu.c18 DEFINE_PER_CPU(cpuinfo_sparc, __cpu_data) = { 0 };
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dpercpu.h28 #define DEFINE_PER_CPU(type, name) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dquicklist.c22 DEFINE_PER_CPU(struct quicklist, quicklist)[CONFIG_NR_QUICK];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c30 DEFINE_PER_CPU(struct hcall_stats[HCALL_STAT_ARRAY_SIZE], hcall_stats);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A Dtlb.c22 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers) = { 0, };
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/mm/
H A Dinit.c7 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_stats.c21 DEFINE_PER_CPU(struct xfsstats, xfsstats);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_ecache.c32 DEFINE_PER_CPU(struct nf_conntrack_ecache, nf_conntrack_ecache);

Completed in 158 milliseconds

1234567