Home
last modified time | relevance | path

Searched refs:ipc_kmsg_max_vm_space (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.61.3/osfmk/ipc/
H A Dipc_init.c111 const vm_size_t ipc_kmsg_max_vm_space = ((IPC_KERNEL_COPY_MAP_SIZE * 7) / 8); variable
H A Dipc_kmsg.c1213 extern const vm_size_t ipc_kmsg_max_vm_space;
4919 if (space_needed > ipc_kmsg_max_vm_space) { in ipc_kmsg_copyin_body()
4945 if (ool_port_count > (ipc_kmsg_max_vm_space / sizeof(mach_port_t))) { in ipc_kmsg_copyin_body()