Lines Matching refs:avail_here
1966 unsigned int copied = 0, todo, avail_here;
1990 avail_here = min_t(unsigned int, todo,
1992 todo -= avail_here;
1994 while (avail_here >= desc->elem_size) {
1999 avail_here -= desc->elem_size;
2001 if (avail_here) {
2012 memcpy(c, elem, avail_here);
2014 memcpy(elem, c, avail_here);
2015 copied = avail_here;
2025 avail_here = min(todo, buf->page_len - base);
2026 todo -= avail_here;
2032 avail_here);
2035 while (avail_here) {
2036 avail_here -= avail_page;
2108 if (avail_here) {
2114 avail_page = min(avail_here,