Searched refs:DECLARE_PER_CPU (Results 1 - 14 of 14) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dcurrent_32.h9 DECLARE_PER_CPU(struct task_struct *, current_task);
H A Dhardirq_32.h20 DECLARE_PER_CPU(irq_cpustat_t, irq_stat);
H A Dsmp_32.h33 DECLARE_PER_CPU(cpumask_t, cpu_sibling_map);
34 DECLARE_PER_CPU(cpumask_t, cpu_core_map);
44 DECLARE_PER_CPU(u8, x86_cpu_to_apicid);
119 DECLARE_PER_CPU(int, cpu_number);
H A Dpercpu_32.h53 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name macro
63 DECLARE_PER_CPU(unsigned long, this_cpu_off);
H A Dtlbflush_32.h154 DECLARE_PER_CPU(struct tlb_state, cpu_tlbstate);
H A Dprocessor_32.h104 DECLARE_PER_CPU(struct tss_struct, init_tss);
107 DECLARE_PER_CPU(struct cpuinfo_x86, cpu_info);
119 DECLARE_PER_CPU(u8, cpu_llc_id);
H A Ddesc_32.h25 DECLARE_PER_CPU(struct gdt_page, gdt_page);
/external/kernel-headers/original/linux/
H A Dkernel_stat.h33 DECLARE_PER_CPU(struct kernel_stat, kstat);
H A Drcupdate.h114 DECLARE_PER_CPU(struct rcu_data, rcu_data);
115 DECLARE_PER_CPU(struct rcu_data, rcu_bh_data);
H A Dnetdevice.h170 DECLARE_PER_CPU(struct netif_rx_stats, netdev_rx_stat);
622 DECLARE_PER_CPU(struct softnet_data,softnet_data);
H A Dsched.h122 DECLARE_PER_CPU(unsigned long, process_counts);
/external/kernel-headers/original/asm-generic/
H A Dpercpu.h40 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name macro
H A Dtlb.h48 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers);
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_conntrack.h312 DECLARE_PER_CPU(struct ip_conntrack_ecache, ip_conntrack_ecache);

Completed in 106 milliseconds