Lines Matching refs:end
193 * Add page to end of page list.
211 * extend as far as the end of the frags.
732 * Drop two marker pages at the end of the list.
738 * can be added to either end of the list, so we'll continue to move
739 * the marker and process pages until it is up against the end marker.
756 page_t *end; /* marker page at end of list */
796 end = kmem_cache_alloc(marker_cache, KM_SLEEP);
797 end->p_vnode = vp;
798 end->p_offset = (u_offset_t)-2;
816 page_vpadd(&mark->p_vpnext, end);
829 if (mark->p_vpprev == end)
862 ASSERT(chk != end);
979 page_vpsub(&vp->v_pages, end);
987 kmem_cache_free(marker_cache, end);
998 * page as modified and if VMODSORT is set, move it to the end of v_pages
1006 page_t *pp, *next, *end;
1018 end = vp->v_pages->p_vpprev;
1019 shuffle = IS_VMODSORT(vp) && (vp->v_pages != end);
1039 if (pp == end)