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

/net/sunrpc/
H A Dxdr.c734 unsigned int pgend; local
753 pgend = pgoff + len;
754 if (pgend > PAGE_SIZE)
755 pgend = PAGE_SIZE;
756 xdr->end = (__be32*)(kaddr + pgend);

Completed in 28 milliseconds