Searched refs:src_count (Results 1 – 2 of 2) sorted by relevance
6354 u_int64_t src_count = 0; in nstat_client_handle_query_request() local6397 src_count++; in nstat_client_handle_query_request()6436 if (src_count >= QUERY_CONTINUATION_SRC_COUNT) { in nstat_client_handle_query_request()6440 if ((src_count >= QUERY_CONTINUATION_MIN_SRC_COUNT) && in nstat_client_handle_query_request()6493 u_int64_t src_count = 0; in nstat_client_handle_get_src_description() local6533 src_count++; in nstat_client_handle_get_src_description()6534 if (src_count >= QUERY_CONTINUATION_SRC_COUNT) { in nstat_client_handle_get_src_description()6666 u_int64_t src_count = 0; in nstat_client_handle_get_update() local6705 src_count++; in nstat_client_handle_get_update()6736 if (src_count >= QUERY_CONTINUATION_SRC_COUNT) { in nstat_client_handle_get_update()[all …]
2794 unsigned src_count = addr_offsets->count; local2795 unsigned dst_count = src_count;2797 unsigned num_trials = src_count * dst_count * size_count;2804 for (size_t i = 0; i < src_count; i++) {