Searched refs:avail_here (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | xdr.c | 1567 unsigned int copied = 0, todo, avail_here; in xdr_xcode_array2() local 1591 avail_here = min_t(unsigned int, todo, in xdr_xcode_array2() 1593 todo -= avail_here; in xdr_xcode_array2() 1595 while (avail_here >= desc->elem_size) { in xdr_xcode_array2() 1600 avail_here -= desc->elem_size; in xdr_xcode_array2() 1602 if (avail_here) { in xdr_xcode_array2() 1613 memcpy(c, elem, avail_here); in xdr_xcode_array2() 1615 memcpy(elem, c, avail_here); in xdr_xcode_array2() 1616 copied = avail_here; in xdr_xcode_array2() 1626 avail_here in xdr_xcode_array2() [all...] |
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | xdr.c | 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 in xdr_xcode_array2() [all...] |
Completed in 6 milliseconds