Searched refs:DECLARE_PER_CPU (Results 1 – 14 of 14) sorted by relevance
/external/kernel-headers/original/asm-x86/ |
D | smp_32.h | 33 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);
|
D | percpu_32.h | 53 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name macro 63 DECLARE_PER_CPU(unsigned long, this_cpu_off);
|
D | current_32.h | 9 DECLARE_PER_CPU(struct task_struct *, current_task);
|
D | hardirq_32.h | 20 DECLARE_PER_CPU(irq_cpustat_t, irq_stat);
|
D | processor_32.h | 104 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);
|
D | tlbflush_32.h | 154 DECLARE_PER_CPU(struct tlb_state, cpu_tlbstate);
|
D | desc_32.h | 25 DECLARE_PER_CPU(struct gdt_page, gdt_page);
|
/external/kernel-headers/original/linux/ |
D | rcupdate.h | 114 DECLARE_PER_CPU(struct rcu_data, rcu_data); 115 DECLARE_PER_CPU(struct rcu_data, rcu_bh_data);
|
D | kernel_stat.h | 33 DECLARE_PER_CPU(struct kernel_stat, kstat);
|
D | netdevice.h | 170 DECLARE_PER_CPU(struct netif_rx_stats, netdev_rx_stat); 622 DECLARE_PER_CPU(struct softnet_data,softnet_data);
|
D | sched.h | 122 DECLARE_PER_CPU(unsigned long, process_counts);
|
/external/kernel-headers/original/asm-generic/ |
D | percpu.h | 40 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name macro
|
D | tlb.h | 48 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers);
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
D | ip_conntrack.h | 312 DECLARE_PER_CPU(struct ip_conntrack_ecache, ip_conntrack_ecache);
|