Searched refs:timeout_cnt (Results 1 – 1 of 1) sorted by relevance
164 int timeout_cnt = 0; in recv_comm() local181 timeout_cnt = 0xffffffff; in recv_comm()185 …timeout_cnt = (timeout->tv_sec * 1000 * 1000 + timeout->tv_usec)/(t.tv_sec * 1000 * 1000 + t.tv_us… in recv_comm()202 timeout_cnt--; in recv_comm()204 if(timeout_cnt == 0) in recv_comm()
Completed in 8 milliseconds