Searched refs:am_ppref (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/uvm/
H A Duvm_amap.c351 amap->am_ppref = NULL;
458 if (amap->am_ppref && amap->am_ppref != PPREF_NONE)
459 free(amap->am_ppref, M_UVMAMAP, amap->am_nslot * sizeof(int));
692 if (srcamap->am_ppref && srcamap->am_ppref != PPREF_NONE) {
859 if (amap->am_ppref == NULL)
882 amap->am_ppref = mallocarray(amap->am_nslot, sizeof(int),
885 if (amap->am_ppref == NULL) {
887 amap->am_ppref
[all...]
H A Duvm_amap.h142 int *am_ppref; /* per page reference count (if !NULL) */ member in struct:vm_amap

Completed in 182 milliseconds