Home
last modified time | relevance | path

Searched refs:MAP_REPLENISH (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/vm/
H A Dvm_map.h231 #define MAP_REPLENISH 0x20 /* kmapent zone needs to be refilled */ macro
H A Dvm_map.c664 if (map == kernel_map && (map->flags & MAP_REPLENISH) != 0) { in _vm_map_unlock()
666 map->flags &= ~MAP_REPLENISH; in _vm_map_unlock()
691 KASSERT((map->flags & MAP_REPLENISH) == 0, in _vm_map_unlock_read()
766 KASSERT((map->flags & MAP_REPLENISH) == 0, in _vm_map_lock_downgrade()
812 KASSERT((map->flags & MAP_REPLENISH) == 0, in _vm_map_unlock_and_wait()
956 kernel_map->flags |= MAP_REPLENISH; in vm_map_entry_create()