Home
last modified time | relevance | path

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

/linux-6.15/net/sunrpc/
H A Dxdr.c1998 todo -= avail_here; in xdr_xcode_array2()
2007 if (avail_here) { in xdr_xcode_array2()
2018 memcpy(c, elem, avail_here); in xdr_xcode_array2()
2020 memcpy(elem, c, avail_here); in xdr_xcode_array2()
2021 copied = avail_here; in xdr_xcode_array2()
2032 todo -= avail_here; in xdr_xcode_array2()
2038 avail_here); in xdr_xcode_array2()
2041 while (avail_here) { in xdr_xcode_array2()
2042 avail_here -= avail_page; in xdr_xcode_array2()
2114 if (avail_here) { in xdr_xcode_array2()
[all …]