Searched refs:rcv_cnt (Results 1 – 1 of 1) sorted by relevance
153 long long int rcv_cnt = 0, left_to_rcv, ret_rcv; in download_head() local166 while (total - rcv_cnt >= packet_size) { in download_head()172 rcv_cnt += ret_rcv; in download_head()174 rcv_cnt, *cnt); in download_head()176 if ((rcv_cnt % THOR_STORE_UNIT_SIZE) == 0) { in download_head()191 left_to_rcv = total - rcv_cnt; in download_head()206 rcv_cnt += ret_rcv; in download_head()210 debug("%s: %llu total: %llu cnt: %d\n", __func__, rcv_cnt, total, *cnt); in download_head()212 return rcv_cnt; in download_head()
Completed in 4 milliseconds