Searched refs:old_entry_inheritance (Results 1 – 1 of 1) sorted by relevance
13354 vm_inherit_t old_entry_inheritance; in vm_map_fork() local13503 old_entry_inheritance = old_entry->inheritance; in vm_map_fork()13509 if (old_entry_inheritance == VM_INHERIT_NONE && in vm_map_fork()13517 old_entry_inheritance = VM_INHERIT_SHARE; in vm_map_fork()13519 if (old_entry_inheritance == VM_INHERIT_COPY && in vm_map_fork()13539 old_entry_inheritance = VM_INHERIT_SHARE; in vm_map_fork()13543 if (old_entry_inheritance != VM_INHERIT_NONE && in vm_map_fork()13558 switch (old_entry_inheritance) { in vm_map_fork()