Searched refs:in_transition (Results 1 – 4 of 4) sorted by relevance
491 new->in_transition = FALSE; in vm_map_entry_copy()2901 (!entry->in_transition) && in vm_map_enter()6470 if (entry->in_transition) { in vm_map_wire_nested()6659 entry->in_transition = TRUE; in vm_map_wire_nested()6689 assert(entry->in_transition); in vm_map_wire_nested()6690 entry->in_transition = FALSE; in vm_map_wire_nested()6993 entry->in_transition = TRUE; in vm_map_wire_nested()7053 assert(entry->in_transition); in vm_map_wire_nested()7054 entry->in_transition = FALSE; in vm_map_wire_nested()7259 if (entry->in_transition) { in vm_map_unwire_nested()[all …]
1589 if ((flags & KMR_KOBJECT) && oldentry->in_transition) { in kmem_realloc_guard()1631 oldentry->in_transition = true; in kmem_realloc_guard()1751 assert(oldentry->in_transition); in kmem_realloc_guard()1752 oldentry->in_transition = false; in kmem_realloc_guard()
294 /* boolean_t */ in_transition:1, /* Entry being changed */ member
6285 assert(entry->in_transition); in vm_fault_wire()