+ /*
+ * Create the basic ipc_kmsg_t zone (the one we also cache)
+ * elements at the processor-level to avoid the locking.
+ */
+ ipc_kmsg_zone = zinit(IKM_SAVED_KMSG_SIZE,
+ ipc_port_max * MACH_PORT_QLIMIT_MAX *
+ IKM_SAVED_KMSG_SIZE,
+ IKM_SAVED_KMSG_SIZE,
+ "ipc kmsgs");
+