Searched refs:_vm_map_unlock (Results 1 – 3 of 3) sorted by relevance
53 #define _vm_map_unlock(sx, arg) do {} while(0) macro
325 void _vm_map_unlock(vm_map_t map, const char *file, int line);344 #define vm_map_unlock(map) _vm_map_unlock(map, LOCK_FILE, LOCK_LINE)
692 _vm_map_unlock(vm_map_t map, const char *file, int line) in _vm_map_unlock() function