/external/kernel-headers/original/asm-x86/ |
current_32.h | 9 DECLARE_PER_CPU(struct task_struct *, current_task);
|
hardirq_32.h | 20 DECLARE_PER_CPU(irq_cpustat_t, irq_stat);
|
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);
|
percpu_32.h | 53 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name 63 DECLARE_PER_CPU(unsigned long, this_cpu_off);
|
tlbflush_32.h | 154 DECLARE_PER_CPU(struct tlb_state, cpu_tlbstate);
|
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);
|
desc_32.h | 25 DECLARE_PER_CPU(struct gdt_page, gdt_page);
|
/bionic/libc/kernel/common/asm-generic/ |
percpu.h | 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
|
/development/ndk/platforms/android-3/include/asm-generic/ |
percpu.h | 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/ |
percpu.h | 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/ |
percpu.h | 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/ |
percpu.h | 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/ |
percpu.h | 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/ |
percpu.h | 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/ |
percpu.h | 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm-generic/ |
percpu.h | 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm-generic/ |
percpu.h | 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/asm-generic/ |
percpu.h | 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
|
/external/kernel-headers/original/linux/ |
kernel_stat.h | 33 DECLARE_PER_CPU(struct kernel_stat, kstat);
|
rcupdate.h | 114 DECLARE_PER_CPU(struct rcu_data, rcu_data); 115 DECLARE_PER_CPU(struct rcu_data, rcu_bh_data);
|
netdevice.h | 170 DECLARE_PER_CPU(struct netif_rx_stats, netdev_rx_stat); 622 DECLARE_PER_CPU(struct softnet_data,softnet_data);
|
sched.h | 122 DECLARE_PER_CPU(unsigned long, process_counts); [all...] |
/external/kernel-headers/original/asm-generic/ |
percpu.h | 40 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
|
tlb.h | 48 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers);
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_conntrack.h | 312 DECLARE_PER_CPU(struct ip_conntrack_ecache, ip_conntrack_ecache);
|