Searched refs:msg_ool_size_small (Results 1 – 5 of 5) sorted by relevance
136 const vm_size_t msg_ool_size_small = KHEAP_MAX_SIZE; variable
1214 extern const vm_size_t msg_ool_size_small;1216 #define MSG_OOL_SIZE_SMALL msg_ool_size_small
321 if (length >= msg_ool_size_small && newCapacity < capacity) { in clipForCopyout()
103 extern const vm_size_t msg_ool_size_small;
9063 if (copy->size > msg_ool_size_small || copy->offset) { in vm_map_copy_discard()11072 if (len > msg_ool_size_small) { in vm_map_copyin_kernel_buffer()11141 if (copy_size > msg_ool_size_small || copy->offset) { in vm_map_copyout_kernel_buffer()11931 if ((len <= msg_ool_size_small) && in vm_map_copyin_internal()