Searched refs:_vm_map_unlock (Results 1 – 2 of 2) sorted by relevance
339 void _vm_map_unlock(vm_map_t map, const char *file, int line);358 #define vm_map_unlock(map) _vm_map_unlock(map, LOCK_FILE, LOCK_LINE)
238 * created before the zone must be replenished in _vm_map_unlock().656 _vm_map_unlock(vm_map_t map, const char *file, int line)658 _vm_map_unlock(vm_map_t map, const char *file, int line) _vm_map_unlock() function