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

Function vm_map_entry_behavior

freebsd/vm/vm_map.h:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156#ifdef _KERNEL
157static __inline u_char
158vm_map_entry_behavior(vm_map_entry_t entry)
159{
160 return (entry->eflags & MAP_ENTRY_BEHAV_MASK);
161}
162
163static __inline int
164vm_map_entry_user_wired_count(vm_map_entry_t entry)

Callers 2

vm_fault_readaheadFunction · 0.85
vm_fault_getpagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected