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

  /bionic/libc/kernel/uapi/linux/
netlink.h 147 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
149 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
  /development/ndk/platforms/android-L/include/linux/
netlink.h 147 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
149 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
  /external/kernel-headers/original/uapi/linux/
netlink.h 141 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
142 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
netlink.h 147 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
149 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
netlink.h 147 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
149 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
netlink.h 147 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
149 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
netlink.h 147 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
149 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
netlink.h 147 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
149 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
netlink.h 147 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
149 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)

Completed in 31 milliseconds