Searched refs:in_transition (Results 1 – 4 of 4) sorted by relevance
516 new->in_transition = FALSE; in vm_map_entry_copy()2929 (!entry->in_transition) && in vm_map_enter()6553 if (entry->in_transition) { in vm_map_wire_nested()6742 entry->in_transition = TRUE; in vm_map_wire_nested()6772 assert(entry->in_transition); in vm_map_wire_nested()6773 entry->in_transition = FALSE; in vm_map_wire_nested()7080 entry->in_transition = TRUE; in vm_map_wire_nested()7140 assert(entry->in_transition); in vm_map_wire_nested()7141 entry->in_transition = FALSE; in vm_map_wire_nested()7323 if (entry->in_transition) { in vm_map_unwire_nested()[all …]
1764 if ((flags & KMR_KOBJECT) && oldentry->in_transition) { in kmem_realloc_guard()1840 oldentry->in_transition = true; in kmem_realloc_guard()1953 assert(oldentry->in_transition); in kmem_realloc_guard()1954 oldentry->in_transition = false; in kmem_realloc_guard()
263 /* boolean_t */ in_transition:1, /* Entry being changed */ member
6353 assert(entry->in_transition); in vm_fault_wire()