Home
last modified time | relevance | path

Searched defs:vm_amap (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/uvm/
Duvm_amap.h135 struct vm_amap { struct
136 struct rwlock *am_lock; /* lock for all vm_amap flags */ argument
144 LIST_ENTRY(vm_amap) am_list; argument
156 * MUST be last element in vm_amap because it contains a argument
176 * slots each. The data structure of a chunk is vm_amap_chunk. argument
/openbsd/src/usr.sbin/procmap/
Dprocmap.c141 struct vm_amap vm_amap; member