Searched refs:in_transition (Results 1 – 5 of 5) sorted by relevance
707 new->in_transition = FALSE; in vm_map_entry_copy()3365 (!entry->in_transition) && in vm_map_enter()5963 if (current->in_transition) { in vm_map_protect()6524 if (entry->in_transition) { in vm_map_wire_nested()6714 entry->in_transition = TRUE; in vm_map_wire_nested()6748 assert(entry->in_transition); in vm_map_wire_nested()6749 entry->in_transition = FALSE; in vm_map_wire_nested()7056 entry->in_transition = TRUE; in vm_map_wire_nested()7116 assert(entry->in_transition); in vm_map_wire_nested()7117 entry->in_transition = FALSE; in vm_map_wire_nested()[all …]
212 /* boolean_t */in_transition:1, /* Entry being changed */ member
1948 if ((flags & KMR_KOBJECT) && oldentry->in_transition) { in kmem_realloc_guard()2024 oldentry->in_transition = true; in kmem_realloc_guard()2186 assert(oldentry->in_transition); in kmem_realloc_guard()2187 oldentry->in_transition = false; in kmem_realloc_guard()
6775 assert(entry->in_transition); in vm_fault_wire()
1651 and (entry.in_transition == 0):