HomeSort by relevance Sort by last modified time
    Searched refs:smp_read_barrier_depends (Results 1 - 21 of 21) sorted by null

  /development/ndk/platforms/android-9/arch-x86/include/asm/
system_32.h 36 #define smp_read_barrier_depends() do { } while(0) macro
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
system_32.h 36 #define smp_read_barrier_depends() do { } while(0) macro
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
system_32.h 36 #define smp_read_barrier_depends() do { } while(0) macro
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/
system_32.h 36 #define smp_read_barrier_depends() do { } while(0) macro
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/
system_32.h 36 #define smp_read_barrier_depends() do { } while(0) macro
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/
system_32.h 36 #define smp_read_barrier_depends() do { } while(0) macro
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/
system_32.h 36 #define smp_read_barrier_depends() do { } while(0) macro
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/
system_32.h 36 #define smp_read_barrier_depends() do { } while(0) macro
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/
system_32.h 36 #define smp_read_barrier_depends() do { } while(0) macro
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
system_32.h 36 #define smp_read_barrier_depends() do { } while(0) macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
barrier.h 22 #define smp_read_barrier_depends() do { } while(0) macro
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
barrier.h 22 #define smp_read_barrier_depends() do { } while(0) macro
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
barrier.h 22 #define smp_read_barrier_depends() do { } while(0) macro
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
barrier.h 22 #define smp_read_barrier_depends() do { } while(0) macro
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
barrier.h 22 #define smp_read_barrier_depends() do { } while(0) macro
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
barrier.h 22 #define smp_read_barrier_depends() do { } while(0) macro
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
barrier.h 22 #define smp_read_barrier_depends() do { } while(0) macro
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
barrier.h 22 #define smp_read_barrier_depends() do { } while(0) macro
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
barrier.h 22 #define smp_read_barrier_depends() do { } while(0) macro
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
barrier.h 22 #define smp_read_barrier_depends() do { } while(0) macro
  /external/iptables/libiptc/
linux_list.h 448 pos = pos->next, ({ smp_read_barrier_depends(); 0;}), prefetch(pos->next))
452 pos = pos->next, ({ smp_read_barrier_depends(); 0;}))
467 pos = n, ({ smp_read_barrier_depends(); 0;}), n = pos->next)
484 ({ smp_read_barrier_depends(); 0;}), \
500 (pos) = (pos)->next, ({ smp_read_barrier_depends(); 0;}), prefetch((pos)->next))
606 * hlist_for_each_entry(), but only if smp_read_barrier_depends()
721 pos = pos->next, ({ smp_read_barrier_depends(); 0; }) )

Completed in 1559 milliseconds