Home
last modified time | relevance | path

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

/external/kernel-headers/original/asm-x86/
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);
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);
Dcurrent_32.h9 DECLARE_PER_CPU(struct task_struct *, current_task);
Dhardirq_32.h20 DECLARE_PER_CPU(irq_cpustat_t, irq_stat);
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);
Dtlbflush_32.h154 DECLARE_PER_CPU(struct tlb_state, cpu_tlbstate);
Ddesc_32.h25 DECLARE_PER_CPU(struct gdt_page, gdt_page);
/external/kernel-headers/original/linux/
Drcupdate.h114 DECLARE_PER_CPU(struct rcu_data, rcu_data);
115 DECLARE_PER_CPU(struct rcu_data, rcu_bh_data);
Dkernel_stat.h33 DECLARE_PER_CPU(struct kernel_stat, kstat);
Dnetdevice.h170 DECLARE_PER_CPU(struct netif_rx_stats, netdev_rx_stat);
622 DECLARE_PER_CPU(struct softnet_data,softnet_data);
Dsched.h122 DECLARE_PER_CPU(unsigned long, process_counts);
/external/kernel-headers/original/asm-generic/
Dpercpu.h40 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name macro
Dtlb.h48 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers);
/external/kernel-headers/original/linux/netfilter_ipv4/
Dip_conntrack.h312 DECLARE_PER_CPU(struct ip_conntrack_ecache, ip_conntrack_ecache);