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

  /bionic/libc/kernel/uapi/linux/
bcache.h 49 #define BKEY_PAD 8
50 #define BKEY_PADDED(key) union { struct bkey key; __u64 key ## _pad[BKEY_PAD]; }
  /external/kernel-headers/original/uapi/linux/
bcache.h 128 #define BKEY_PAD 8
131 union { struct bkey key; __u64 key ## _pad[BKEY_PAD]; }
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
bcache.h 49 #define BKEY_PAD 8
50 #define BKEY_PADDED(key) union { struct bkey key; __u64 key ## _pad[BKEY_PAD]; }
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
bcache.h 49 #define BKEY_PAD 8
50 #define BKEY_PADDED(key) union { struct bkey key; __u64 key ## _pad[BKEY_PAD]; }
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
bcache.h 49 #define BKEY_PAD 8
50 #define BKEY_PADDED(key) union { struct bkey key; __u64 key ## _pad[BKEY_PAD]; }

Completed in 33 milliseconds