HomeSort by relevance Sort by last modified time
    Searched defs:read_seqretry_irqrestore (Results 26 - 32 of 32) sorted by null

12

  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
seqlock.h 41 #define read_seqretry_irqrestore(lock, iv, flags) ({ int ret = read_seqretry(lock, iv); local_irq_restore(flags); ret; }) macro
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
seqlock.h 41 #define read_seqretry_irqrestore(lock, iv, flags) ({ int ret = read_seqretry(lock, iv); local_irq_restore(flags); ret; }) macro
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
seqlock.h 41 #define read_seqretry_irqrestore(lock, iv, flags) ({ int ret = read_seqretry(lock, iv); local_irq_restore(flags); ret; }) macro
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
seqlock.h 41 #define read_seqretry_irqrestore(lock, iv, flags) ({ int ret = read_seqretry(lock, iv); local_irq_restore(flags); ret; }) macro
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
seqlock.h 41 #define read_seqretry_irqrestore(lock, iv, flags) ({ int ret = read_seqretry(lock, iv); local_irq_restore(flags); ret; }) macro
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
seqlock.h 41 #define read_seqretry_irqrestore(lock, iv, flags) ({ int ret = read_seqretry(lock, iv); local_irq_restore(flags); ret; }) macro
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
seqlock.h 41 #define read_seqretry_irqrestore(lock, iv, flags) ({ int ret = read_seqretry(lock, iv); local_irq_restore(flags); ret; }) macro

Completed in 41 milliseconds

12