Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/
Dxdr.c1563 unsigned int copied = 0, todo, avail_here; in xdr_xcode_array2() local
1587 avail_here = min_t(unsigned int, todo, in xdr_xcode_array2()
1589 todo -= avail_here; in xdr_xcode_array2()
1591 while (avail_here >= desc->elem_size) { in xdr_xcode_array2()
1596 avail_here -= desc->elem_size; in xdr_xcode_array2()
1598 if (avail_here) { in xdr_xcode_array2()
1609 memcpy(c, elem, avail_here); in xdr_xcode_array2()
1611 memcpy(elem, c, avail_here); in xdr_xcode_array2()
1612 copied = avail_here; in xdr_xcode_array2()
1622 avail_here = min(todo, buf->page_len - base); in xdr_xcode_array2()
[all …]