Searched refs:in_transition (Results 1 – 4 of 4) sorted by relevance
484 new->in_transition = FALSE; in vm_map_entry_copy()2912 (!entry->in_transition) && in vm_map_enter()6431 if (entry->in_transition) { in vm_map_wire_nested()6620 entry->in_transition = TRUE; in vm_map_wire_nested()6650 assert(entry->in_transition); in vm_map_wire_nested()6651 entry->in_transition = FALSE; in vm_map_wire_nested()6873 entry->in_transition = TRUE; in vm_map_wire_nested()6933 assert(entry->in_transition); in vm_map_wire_nested()6934 entry->in_transition = FALSE; in vm_map_wire_nested()7139 if (entry->in_transition) { in vm_map_unwire_nested()[all …]
1488 if ((flags & KMR_KOBJECT) && oldentry->in_transition) { in kmem_realloc_guard()1530 oldentry->in_transition = true; in kmem_realloc_guard()1650 assert(oldentry->in_transition); in kmem_realloc_guard()1651 oldentry->in_transition = false; in kmem_realloc_guard()
292 /* boolean_t */ in_transition:1, /* Entry being changed */ member
6318 assert(entry->in_transition); in vm_fault_wire()