Searched refs:IP_BIT_PREALLOC (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.h206 #define IP_BIT_PREALLOC 0x00008000 /* preallocated mesg */ macro
207 #define IP_PREALLOC(port) ((port)->ip_bits & IP_BIT_PREALLOC)
211 (port)->ip_bits |= IP_BIT_PREALLOC; \
218 (port)->ip_bits &= ~IP_BIT_PREALLOC; \

Completed in 9 milliseconds