HomeSort by relevance Sort by last modified time
    Searched refs:__cacheline_aligned_in_smp (Results 51 - 65 of 65) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/linux/
cache.h 42 #ifndef __cacheline_aligned_in_smp
43 #define __cacheline_aligned_in_smp macro
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
cache.h 42 #ifndef __cacheline_aligned_in_smp
43 #define __cacheline_aligned_in_smp macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
cache.h 42 #ifndef __cacheline_aligned_in_smp
43 #define __cacheline_aligned_in_smp macro
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
cache.h 42 #ifndef __cacheline_aligned_in_smp
43 #define __cacheline_aligned_in_smp macro
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/
cache.h 42 #ifndef __cacheline_aligned_in_smp
43 #define __cacheline_aligned_in_smp macro
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
cache.h 42 #ifndef __cacheline_aligned_in_smp
43 #define __cacheline_aligned_in_smp macro
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
cache.h 42 #ifndef __cacheline_aligned_in_smp
43 #define __cacheline_aligned_in_smp macro
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
cache.h 42 #ifndef __cacheline_aligned_in_smp
43 #define __cacheline_aligned_in_smp macro
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
cache.h 42 #ifndef __cacheline_aligned_in_smp
43 #define __cacheline_aligned_in_smp macro
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
cache.h 42 #ifndef __cacheline_aligned_in_smp
43 #define __cacheline_aligned_in_smp macro
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
cache.h 42 #ifndef __cacheline_aligned_in_smp
43 #define __cacheline_aligned_in_smp macro
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
cache.h 42 #ifndef __cacheline_aligned_in_smp
43 #define __cacheline_aligned_in_smp macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
cache.h 42 #ifndef __cacheline_aligned_in_smp
43 #define __cacheline_aligned_in_smp macro
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
cache.h 42 #ifndef __cacheline_aligned_in_smp
43 #define __cacheline_aligned_in_smp macro
  /external/oprofile/module/
oprofile.c 37 static enum oprof_state state __cacheline_aligned_in_smp = STOPPED; variable in typeref:enum:state
41 static volatile ulong oprof_opened __cacheline_aligned_in_smp; variable
42 static volatile ulong oprof_note_opened __cacheline_aligned_in_smp; variable
45 static u32 oprof_ready[NR_CPUS] __cacheline_aligned_in_smp; variable
48 struct op_note * note_buffer __cacheline_aligned_in_smp; variable in typeref:struct:note_buffer
49 u32 note_pos __cacheline_aligned_in_smp; variable
147 spinlock_t note_lock __cacheline_aligned_in_smp = SPIN_LOCK_UNLOCKED; variable

Completed in 356 milliseconds

1 23