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

  /bionic/libc/kernel/uapi/linux/
msg.h 65 #define __MSGSEG ((MSGPOOL * 1024) / MSGSSZ)
66 #define MSGSEG (__MSGSEG <= 0xffff ? __MSGSEG : 0xffff)
  /external/kernel-headers/original/uapi/linux/
msg.h 86 #define __MSGSEG ((MSGPOOL * 1024) / MSGSSZ) /* max no. of segments */
87 #define MSGSEG (__MSGSEG <= 0xffff ? __MSGSEG : 0xffff)

Completed in 43 milliseconds