Lines Matching refs:in_transition
491 new->in_transition = FALSE; in vm_map_entry_copy()
2901 (!entry->in_transition) && in vm_map_enter()
6470 if (entry->in_transition) { in vm_map_wire_nested()
6659 entry->in_transition = TRUE; in vm_map_wire_nested()
6689 assert(entry->in_transition); in vm_map_wire_nested()
6690 entry->in_transition = FALSE; in vm_map_wire_nested()
6993 entry->in_transition = TRUE; in vm_map_wire_nested()
7053 assert(entry->in_transition); in vm_map_wire_nested()
7054 entry->in_transition = FALSE; in vm_map_wire_nested()
7259 if (entry->in_transition) { in vm_map_unwire_nested()
7357 entry->in_transition = TRUE; in vm_map_unwire_nested()
7394 assert(entry->in_transition); in vm_map_unwire_nested()
7395 entry->in_transition = FALSE; in vm_map_unwire_nested()
7474 entry->in_transition = TRUE; in vm_map_unwire_nested()
7516 assert(entry->in_transition); in vm_map_unwire_nested()
7517 entry->in_transition = FALSE; in vm_map_unwire_nested()
8064 assert(it->in_transition); in vm_map_delete()
8065 it->in_transition = FALSE; in vm_map_delete()
8175 if (entry->in_transition) { in vm_map_delete()
8177 goto in_transition; in vm_map_delete()
8278 if (entry->in_transition) { in vm_map_delete()
8281 in_transition: in vm_map_delete()
8406 entry->in_transition = TRUE; in vm_map_delete()
9008 if (entry->in_transition) { in vm_map_overwrite_submap_recurse()
9067 if (entry->in_transition) { in vm_map_overwrite_submap_recurse()
9264 if (entry->in_transition) { in vm_map_copy_overwrite_nested()
9328 if (entry->in_transition) { in vm_map_copy_overwrite_nested()
9424 if (entry->in_transition) { in vm_map_copy_overwrite_nested()
9760 if (tmp_entry->in_transition) { in vm_map_copy_overwrite_nested()
15585 (prev_entry->in_transition == FALSE) && in vm_map_simplify_entry()
15586 (this_entry->in_transition == FALSE) && in vm_map_simplify_entry()
16154 entry->in_transition || in vm_map_entry_is_reusable()