MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vm_map_lookup_done

Function vm_map_lookup_done

freebsd/vm/vm_map.c:5192–5199  ·  view source on GitHub ↗

* vm_map_lookup_done: * * Releases locks acquired by a vm_map_lookup * (according to the handle returned by that lookup). */

Source from the content-addressed store, hash-verified

5190 * (according to the handle returned by that lookup).
5191 */
5192void
5193vm_map_lookup_done(vm_map_t map, vm_map_entry_t entry)
5194{
5195 /*
5196 * Unlock the main-level map
5197 */
5198 vm_map_unlock_read(map);
5199}
5200
5201vm_offset_t
5202vm_map_max_KBI(const struct vm_map *map)

Callers 5

umtx_key_getFunction · 0.85
umtx_shm_aliveFunction · 0.85
shm_unmapFunction · 0.85
unlock_mapFunction · 0.85
vm_fault_soft_fastFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected