Searched refs:MAP_REPLENISH (Results 1 – 2 of 2) sorted by relevance
231 #define MAP_REPLENISH 0x00000020 /* kmapent zone needs to be macro
662 if (map == kernel_map && (map->flags & MAP_REPLENISH) != 0) { in _vm_map_unlock() 664 map->flags &= ~MAP_REPLENISH; in _vm_map_unlock() 689 KASSERT((map->flags & MAP_REPLENISH) == 0, in _vm_map_unlock_read() 690 ("%s: MAP_REPLENISH leaked", __func__)); in _vm_map_unlock_read() 764 KASSERT((map->flags & MAP_REPLENISH) == 0, in _vm_map_lock_downgrade() 765 ("%s: MAP_REPLENISH leaked", __func__)); in _vm_map_lock_downgrade() 809 KASSERT((map->flags & MAP_REPLENISH) == 0, in _vm_map_unlock_and_wait() 810 ("%s: MAP_REPLENISH leaked", __func__)); in _vm_map_unlock_and_wait() 957 kernel_map->flags |= MAP_REPLENISH; in vm_map_entry_create()