Searched refs:sent_count (Results 1 – 2 of 2) sorted by relevance
154 iq->sent_count = 0; in iter_new()1071 iq->sent_count = 0; in processInitRequest()1632 iq->sent_count = 0; in processLastResort()1811 iq->num_current_queries, iq->sent_count); in processQueryTargets()1820 if(iq->sent_count > MAX_SENT_COUNT) { in processQueryTargets()1822 "number of sends with %d", iq->sent_count); in processQueryTargets()1852 && iq->sent_count < TARGET_FETCH_STOP) { in processQueryTargets()1888 iq->sent_count = 0; in processQueryTargets()1972 iq->sent_count = 0; in processQueryTargets()2107 iq->sent_count++; in processQueryTargets()[all …]
286 int sent_count; member