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

/net/sunrpc/
H A Dxdr.c1236 unsigned int copied = 0, todo, avail_here; local
1260 avail_here = min_t(unsigned int, todo,
1262 todo -= avail_here;
1264 while (avail_here >= desc->elem_size) {
1269 avail_here -= desc->elem_size;
1271 if (avail_here) {
1282 memcpy(c, elem, avail_here);
1284 memcpy(elem, c, avail_here);
1285 copied = avail_here;
1295 avail_here
[all...]

Completed in 34 milliseconds