Home
last modified time | relevance | path

Searched refs:avail_here (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/sunrpc/
H A Dxdr.c1992 todo -= avail_here; in xdr_xcode_array2()
2001 if (avail_here) { in xdr_xcode_array2()
2012 memcpy(c, elem, avail_here); in xdr_xcode_array2()
2014 memcpy(elem, c, avail_here); in xdr_xcode_array2()
2015 copied = avail_here; in xdr_xcode_array2()
2026 todo -= avail_here; in xdr_xcode_array2()
2032 avail_here); in xdr_xcode_array2()
2035 while (avail_here) { in xdr_xcode_array2()
2036 avail_here -= avail_page; in xdr_xcode_array2()
2108 if (avail_here) { in xdr_xcode_array2()
[all …]