Searched refs:in_transition (Results 1 – 5 of 5) sorted by relevance
548 new->in_transition = FALSE; in vm_map_entry_copy()3076 (!entry->in_transition) && in vm_map_enter()6748 if (entry->in_transition) { in vm_map_wire_nested()6937 entry->in_transition = TRUE; in vm_map_wire_nested()6967 assert(entry->in_transition); in vm_map_wire_nested()6968 entry->in_transition = FALSE; in vm_map_wire_nested()7275 entry->in_transition = TRUE; in vm_map_wire_nested()7335 assert(entry->in_transition); in vm_map_wire_nested()7336 entry->in_transition = FALSE; in vm_map_wire_nested()7519 if (entry->in_transition) { in vm_map_unwire_nested()[all …]
1795 if ((flags & KMR_KOBJECT) && oldentry->in_transition) { in kmem_realloc_guard()1872 oldentry->in_transition = true; in kmem_realloc_guard()2030 assert(oldentry->in_transition); in kmem_realloc_guard()2031 oldentry->in_transition = false; in kmem_realloc_guard()
277 /* boolean_t */ in_transition:1, /* Entry being changed */ member
6585 assert(entry->in_transition); in vm_fault_wire()
1599 and (entry.in_transition == 0):