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