HomeSort by relevance Sort by last modified time
    Searched refs:DECLARE_PER_CPU (Results 1 - 25 of 48) sorted by null

1 2

  /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);
  /bionic/libc/kernel/common/asm-generic/
percpu.h 29 #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
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm-generic/
percpu.h 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name

Completed in 667 milliseconds

1 2