uvm_amap.c | 1584 * amap_adjref_anons: adjust the reference count(s) on amap and its anons. 1587 amap_adjref_anons(struct vm_amap *amap, vaddr_t offset, vsize_t len, function in typeref:typename:void 1630 amap_adjref_anons(amap, offset, len, 1, (flags & AMAP_REFALL) != 0); 1671 amap_adjref_anons(amap, offset, len, -1, all);
|