Lines Matching refs:avail_here
1966 unsigned int copied = 0, todo, avail_here; in xdr_xcode_array2() local
1990 avail_here = min_t(unsigned int, todo, in xdr_xcode_array2()
1992 todo -= avail_here; in xdr_xcode_array2()
1994 while (avail_here >= desc->elem_size) { in xdr_xcode_array2()
1999 avail_here -= desc->elem_size; 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()
2025 avail_here = min(todo, buf->page_len - base); 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()
2114 avail_page = min(avail_here, in xdr_xcode_array2()