Lines Matching refs:query_count
1829 int query_count = 0; in query_for_targets() local
1888 *num = query_count; in query_for_targets()
1889 if(query_count > 0) in query_for_targets()
1893 query_count++; in query_for_targets()
1900 *num = query_count; in query_for_targets()
1901 if(query_count > 0) in query_for_targets()
1905 query_count++; in query_for_targets()
1915 *num = query_count; in query_for_targets()
1916 if(query_count > 0) in query_for_targets()
1939 int query_count = 0; in processLastResort() local
2064 query_count++; in processLastResort()
2076 query_count++; in processLastResort()
2078 if(query_count != 0) { /* suspend to await results */ in processLastResort()
2080 iq->num_target_queries += query_count; in processLastResort()
2081 target_count_increase(iq, query_count); in processLastResort()