Searched refs:in_transition (Results 1 – 5 of 5) sorted by relevance
684 new->in_transition = FALSE; in vm_map_entry_copy()3279 (!entry->in_transition) && in vm_map_enter()5879 if (current->in_transition) { in vm_map_protect()6441 if (entry->in_transition) { in vm_map_wire_nested()6630 entry->in_transition = TRUE; in vm_map_wire_nested()6660 assert(entry->in_transition); in vm_map_wire_nested()6661 entry->in_transition = FALSE; in vm_map_wire_nested()6968 entry->in_transition = TRUE; in vm_map_wire_nested()7028 assert(entry->in_transition); in vm_map_wire_nested()7029 entry->in_transition = FALSE; in vm_map_wire_nested()[all …]
213 /* boolean_t */in_transition:1, /* Entry being changed */ member
1913 if ((flags & KMR_KOBJECT) && oldentry->in_transition) { in kmem_realloc_guard()1990 oldentry->in_transition = true; in kmem_realloc_guard()2152 assert(oldentry->in_transition); in kmem_realloc_guard()2153 oldentry->in_transition = false; in kmem_realloc_guard()
6691 assert(entry->in_transition); in vm_fault_wire()
1556 and (entry.in_transition == 0):