Searched refs:IP_PREALLOC (Results 1 – 3 of 3) sorted by relevance
229 (IP_PREALLOC(port) ? TURNSTILE_NULL : (port)->ip_send_turnstile)233 if (!IP_PREALLOC(port)) { \239 (IP_PREALLOC(port) ? NULL : &((port)->ip_send_turnstile))358 #define IP_PREALLOC(port) (io_bits(ip_to_object(port)) & IP_BIT_PREALLOC) macro
1885 assert(IP_PREALLOC(inuse_port)); in ipc_kmsg_free()2652 if (IP_VALID(dest_port) && IP_PREALLOC(dest_port)) { in ipc_kmsg_get_from_kernel()2660 assert(IP_PREALLOC(dest_port)); in ipc_kmsg_get_from_kernel()
3203 if (IP_PREALLOC(port)) { in ipc_port_finalize()