avail_here       1340 net/sunrpc/xdr.c 	unsigned int copied = 0, todo, avail_here;
avail_here       1364 net/sunrpc/xdr.c 		avail_here = min_t(unsigned int, todo,
avail_here       1366 net/sunrpc/xdr.c 		todo -= avail_here;
avail_here       1368 net/sunrpc/xdr.c 		while (avail_here >= desc->elem_size) {
avail_here       1373 net/sunrpc/xdr.c 			avail_here -= desc->elem_size;
avail_here       1375 net/sunrpc/xdr.c 		if (avail_here) {
avail_here       1386 net/sunrpc/xdr.c 				memcpy(c, elem, avail_here);
avail_here       1388 net/sunrpc/xdr.c 				memcpy(elem, c, avail_here);
avail_here       1389 net/sunrpc/xdr.c 			copied = avail_here;
avail_here       1399 net/sunrpc/xdr.c 		avail_here = min(todo, buf->page_len - base);
avail_here       1400 net/sunrpc/xdr.c 		todo -= avail_here;
avail_here       1406 net/sunrpc/xdr.c 					avail_here);
avail_here       1409 net/sunrpc/xdr.c 		while (avail_here) {
avail_here       1410 net/sunrpc/xdr.c 			avail_here -= avail_page;
avail_here       1482 net/sunrpc/xdr.c 			if (avail_here) {
avail_here       1488 net/sunrpc/xdr.c 			avail_page = min(avail_here,