Home
last modified time | relevance | path

Searched refs:rest_len (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_download.c550 u32 bufaddr, int rest_len) in prism2_download_block() argument
555 block_len = rest_len < 4096 ? rest_len : 4096; in prism2_download_block()
649 int rest_len = dl->data[i].len; in prism2_download_nonvolatile() local
652 while (rest_len > 0) { in prism2_download_nonvolatile()
658 rest_len); in prism2_download_nonvolatile()
665 rest_len -= block_len; in prism2_download_nonvolatile()
/linux-4.4.14/fs/cifs/
Dcifssmb.c1921 unsigned int rest_len; in cifs_writev_requeue() local
1925 rest_len = wdata->bytes; in cifs_writev_requeue()
1931 if (wsize < rest_len) { in cifs_writev_requeue()
1940 nr_pages = DIV_ROUND_UP(rest_len, PAGE_CACHE_SIZE); in cifs_writev_requeue()
1941 cur_len = rest_len; in cifs_writev_requeue()
1942 tailsz = rest_len - (nr_pages - 1) * PAGE_CACHE_SIZE; in cifs_writev_requeue()
1989 rest_len -= cur_len; in cifs_writev_requeue()