HomeSort by relevance Sort by last modified time
    Searched defs:BIOVEC_PHYS_MERGEABLE (Results 1 - 12 of 12) sorted by null

  /bionic/libc/kernel/common/linux/
bio.h 137 #ifndef BIOVEC_PHYS_MERGEABLE
138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
  /development/ndk/platforms/android-3/include/linux/
bio.h 137 #ifndef BIOVEC_PHYS_MERGEABLE
138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
  /external/kernel-headers/original/linux/
bio.h 210 #ifndef BIOVEC_PHYS_MERGEABLE
211 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
bio.h 137 #ifndef BIOVEC_PHYS_MERGEABLE
138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
bio.h 137 #ifndef BIOVEC_PHYS_MERGEABLE
138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
bio.h 137 #ifndef BIOVEC_PHYS_MERGEABLE
138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
bio.h 137 #ifndef BIOVEC_PHYS_MERGEABLE
138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
bio.h 137 #ifndef BIOVEC_PHYS_MERGEABLE
138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
bio.h 137 #ifndef BIOVEC_PHYS_MERGEABLE
138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
bio.h 137 #ifndef BIOVEC_PHYS_MERGEABLE
138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
bio.h 137 #ifndef BIOVEC_PHYS_MERGEABLE
138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
bio.h 137 #ifndef BIOVEC_PHYS_MERGEABLE
138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))

Completed in 35 milliseconds