Searched refs:rcv_cnt (Results 1 – 1 of 1) sorted by relevance
149 long long int rcv_cnt = 0, left_to_rcv, ret_rcv; in download_head() local162 while (total - rcv_cnt >= packet_size) { in download_head()168 rcv_cnt += ret_rcv; in download_head()170 rcv_cnt, *cnt); in download_head()172 if ((rcv_cnt % THOR_STORE_UNIT_SIZE) == 0) { in download_head()187 left_to_rcv = total - rcv_cnt; in download_head()202 rcv_cnt += ret_rcv; in download_head()206 debug("%s: %llu total: %llu cnt: %d\n", __func__, rcv_cnt, total, *cnt); in download_head()208 return rcv_cnt; in download_head()