Home
last modified time | relevance | path

Searched refs:IP_PREALLOC (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_port.h210 (IP_PREALLOC(port) ? (port)->ip_premsg->ikm_turnstile : (port)->ip_send_turnstile)
214 if (IP_PREALLOC(port)) { \
222 (IP_PREALLOC(port) ? &((port)->ip_premsg->ikm_turnstile) : &((port)->ip_send_turnstile))
309 #define IP_PREALLOC(port) (io_bits(ip_to_object(port)) & IP_BIT_PREALLOC) macro
H A Dipc_kmsg.c1358 assert(IP_PREALLOC(port)); in ipc_kmsg_free()
2061 if (IP_VALID(dest_port) && IP_PREALLOC(dest_port)) { in ipc_kmsg_get_from_kernel()
2067 assert(IP_PREALLOC(dest_port)); in ipc_kmsg_get_from_kernel()
H A Dipc_port.c3121 if (IP_PREALLOC(port)) { in ipc_port_finalize()