Home | History | Annotate | Download | only in uvm

Lines Matching refs:am_ppref

181 	amap->am_ppref = NULL;
334 if (amap->am_ppref && amap->am_ppref != PPREF_NONE)
335 kmem_free(amap->am_ppref, slots * sizeof(*amap->am_ppref));
410 if (amap->am_ppref == PPREF_NONE) {
430 if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
446 if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
466 if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
472 pp_setreflen(amap->am_ppref, amap->am_nslot, 1,
489 if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
494 memmove(amap->am_ppref + slotarea,
495 amap->am_ppref + slotoff,
501 pp_setreflen(amap->am_ppref,
503 pp_setreflen(amap->am_ppref,
565 if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
636 oldppref = amap->am_ppref;
647 amap->am_ppref = newppref;
662 if (amap->am_ppref)
663 amap->am_ppref = PPREF_NONE;
986 if (srcamap->am_ppref && srcamap->am_ppref != PPREF_NONE) {
1157 if (amap->am_ppref == NULL) {
1177 const size_t sz = amap->am_maxslot * sizeof(*amap->am_ppref);
1181 amap->am_ppref
1182 if (amap->am_ppref == NULL) {
1184 amap->am_ppref = PPREF_NONE;
1187 pp_setreflen(amap->am_ppref, 0, 0, offset);
1188 pp_setreflen(amap->am_ppref, offset, amap->am_ref,
1208 ppref = amap->am_ppref;
1599 if (amap->am_ppref == NULL) {
1607 if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {