Searched refs:in_transition (Results 1 – 5 of 5) sorted by relevance
732 new->in_transition = FALSE; in vm_map_entry_copy()3393 (!entry->in_transition) && in vm_map_enter()6078 if (current->in_transition) { in vm_map_protect()6654 if (entry->in_transition) { in vm_map_wire_nested()6845 entry->in_transition = TRUE; in vm_map_wire_nested()6879 assert(entry->in_transition); in vm_map_wire_nested()6880 entry->in_transition = FALSE; in vm_map_wire_nested()7187 entry->in_transition = TRUE; in vm_map_wire_nested()7247 assert(entry->in_transition); in vm_map_wire_nested()7248 entry->in_transition = FALSE; in vm_map_wire_nested()[all …]
212 /* boolean_t */in_transition:1, /* Entry being changed */ member
1966 if ((flags & KMR_KOBJECT) && oldentry->in_transition) { in kmem_realloc_guard()2047 oldentry->in_transition = true; in kmem_realloc_guard()2209 assert(oldentry->in_transition); in kmem_realloc_guard()2210 oldentry->in_transition = false; in kmem_realloc_guard()
6909 assert(entry->in_transition); in vm_fault_wire()
1608 and (entry.in_transition == 0):