Searched refs:rest_len (Results 1 – 2 of 2) sorted by relevance
549 u32 bufaddr, int rest_len) in prism2_download_block() argument554 block_len = rest_len < 4096 ? rest_len : 4096; in prism2_download_block()648 int rest_len = dl->data[i].len; in prism2_download_nonvolatile() local651 while (rest_len > 0) { in prism2_download_nonvolatile()657 rest_len); in prism2_download_nonvolatile()664 rest_len -= block_len; in prism2_download_nonvolatile()
1999 unsigned int rest_len; in cifs_writev_requeue() local2003 rest_len = wdata->bytes; in cifs_writev_requeue()2009 if (wsize < rest_len) { in cifs_writev_requeue()2018 nr_pages = DIV_ROUND_UP(rest_len, PAGE_SIZE); in cifs_writev_requeue()2019 cur_len = rest_len; in cifs_writev_requeue()2020 tailsz = rest_len - (nr_pages - 1) * PAGE_SIZE; in cifs_writev_requeue()2072 rest_len -= cur_len; in cifs_writev_requeue()