Lines Matching defs:vm_amap
54 * forward definition of vm_amap structure. only amap
59 struct vm_amap;
71 struct vm_amap *amap_alloc(vaddr_t, int, int);
78 void amap_free(struct vm_amap *);
86 void amap_ref(struct vm_amap *, vaddr_t, vsize_t, int);
92 void amap_unref(struct vm_amap *, vaddr_t, vsize_t, int);
94 void amap_wipeout(struct vm_amap *);
123 * here is the definition of the vm_amap structure and helper structures for
135 struct vm_amap {
136 struct rwlock *am_lock; /* lock for all vm_amap flags */
144 LIST_ENTRY(vm_amap) am_list;
156 * MUST be last element in vm_amap because it contains a