rest_len          549 drivers/net/wireless/intersil/hostap/hostap_download.c 					u32 bufaddr, int rest_len)
rest_len          554 drivers/net/wireless/intersil/hostap/hostap_download.c 	block_len = rest_len < 4096 ? rest_len : 4096;
rest_len          648 drivers/net/wireless/intersil/hostap/hostap_download.c 		int rest_len = dl->data[i].len;
rest_len          651 drivers/net/wireless/intersil/hostap/hostap_download.c 		while (rest_len > 0) {
rest_len          657 drivers/net/wireless/intersil/hostap/hostap_download.c 				rest_len);
rest_len          664 drivers/net/wireless/intersil/hostap/hostap_download.c 			rest_len -= block_len;
rest_len         2073 fs/cifs/cifssmb.c 	unsigned int rest_len;
rest_len         2077 fs/cifs/cifssmb.c 	rest_len = wdata->bytes;
rest_len         2083 fs/cifs/cifssmb.c 		if (wsize < rest_len) {
rest_len         2092 fs/cifs/cifssmb.c 			nr_pages = DIV_ROUND_UP(rest_len, PAGE_SIZE);
rest_len         2093 fs/cifs/cifssmb.c 			cur_len = rest_len;
rest_len         2094 fs/cifs/cifssmb.c 			tailsz = rest_len - (nr_pages - 1) * PAGE_SIZE;
rest_len         2146 fs/cifs/cifssmb.c 		rest_len -= cur_len;