Searched refs:in_transition (Results 1 – 5 of 5) sorted by relevance
763 new->in_transition = FALSE; in vm_map_entry_copy()3555 (!entry->in_transition) && in vm_map_enter()6278 if (current->in_transition) { in vm_map_protect()6871 if (entry->in_transition) { in vm_map_wire_nested()7062 entry->in_transition = TRUE; in vm_map_wire_nested()7096 assert(entry->in_transition); in vm_map_wire_nested()7097 entry->in_transition = FALSE; in vm_map_wire_nested()7404 entry->in_transition = TRUE; in vm_map_wire_nested()7464 assert(entry->in_transition); in vm_map_wire_nested()7465 entry->in_transition = FALSE; in vm_map_wire_nested()[all …]
216 /* boolean_t */in_transition:1, /* Entry being changed */ member
2020 if ((flags & KMR_KOBJECT) && oldentry->in_transition) { in kmem_realloc_guard()2101 oldentry->in_transition = true; in kmem_realloc_guard()2263 assert(oldentry->in_transition); in kmem_realloc_guard()2264 oldentry->in_transition = false; in kmem_realloc_guard()
7020 assert(entry->in_transition); in vm_fault_wire()
1608 and (entry.in_transition == 0):