Lines Matching refs:base
180 size_t base = xdr->page_base; in svc_send_common() local
200 size = PAGE_SIZE - base < pglen ? PAGE_SIZE - base : pglen; in svc_send_common()
204 result = kernel_sendpage(sock, *ppage, base, size, flags); in svc_send_common()
212 base = 0; in svc_send_common()
343 int buflen, unsigned int base) in svc_partial_recvfrom() argument
350 if (base == 0) in svc_partial_recvfrom()
354 if (iov[i].iov_len > base) in svc_partial_recvfrom()
356 base -= iov[i].iov_len; in svc_partial_recvfrom()
360 iov[i].iov_len -= base; in svc_partial_recvfrom()
361 iov[i].iov_base += base; in svc_partial_recvfrom()
1069 unsigned int want, base; in svc_tcp_recvfrom() local
1083 base = svc_tcp_restore_pages(svsk, rqstp); in svc_tcp_recvfrom()
1095 len = svc_partial_recvfrom(rqstp, vec, pnum, want, base); in svc_tcp_recvfrom()