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

Function vm_map_entry_first

freebsd/vm/vm_map.h:488–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486boolean_t vm_map_lookup_entry (vm_map_t, vm_offset_t, vm_map_entry_t *);
487
488static inline vm_map_entry_t
489vm_map_entry_first(vm_map_t map)
490{
491
492 return (map->header.right);
493}
494
495static inline vm_map_entry_t
496vm_map_entry_succ(vm_map_entry_t entry)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected