Searched refs:in_transition (Results 1 – 3 of 3) sorted by relevance
487 new->in_transition = FALSE; in vm_map_entry_copy()2913 (!entry->in_transition) && in vm_map_enter()6443 if (entry->in_transition) { in vm_map_wire_nested()6632 entry->in_transition = TRUE; in vm_map_wire_nested()6662 assert(entry->in_transition); in vm_map_wire_nested()6663 entry->in_transition = FALSE; in vm_map_wire_nested()6885 entry->in_transition = TRUE; in vm_map_wire_nested()6945 assert(entry->in_transition); in vm_map_wire_nested()6946 entry->in_transition = FALSE; in vm_map_wire_nested()7151 if (entry->in_transition) { in vm_map_unwire_nested()[all …]
285 /* boolean_t */ in_transition:1, /* Entry being changed */ member
6317 assert(entry->in_transition); in vm_fault_wire()