Lines Matching refs:query_count
1804 int query_count = 0; in query_for_targets() local
1863 *num = query_count; in query_for_targets()
1864 if(query_count > 0) in query_for_targets()
1868 query_count++; in query_for_targets()
1875 *num = query_count; in query_for_targets()
1876 if(query_count > 0) in query_for_targets()
1880 query_count++; in query_for_targets()
1890 *num = query_count; in query_for_targets()
1891 if(query_count > 0) in query_for_targets()
1914 int query_count = 0; in processLastResort() local
2037 query_count++; in processLastResort()
2049 query_count++; in processLastResort()
2051 if(query_count != 0) { /* suspend to await results */ in processLastResort()
2053 iq->num_target_queries += query_count; in processLastResort()
2054 target_count_increase(iq, query_count); in processLastResort()