Lines Matching refs:num_local_entries
2575 int i, num_local_entries, tree_locked; in tcp_log_dumpbucketlogs() local
2595 num_local_entries = 0; in tcp_log_dumpbucketlogs()
2673 if (num_local_entries < LOCAL_SAVE) { in tcp_log_dumpbucketlogs()
2674 local_entries[num_local_entries] = in tcp_log_dumpbucketlogs()
2676 num_local_entries++; in tcp_log_dumpbucketlogs()
2733 num_local_entries < LOCAL_SAVE) { in tcp_log_dumpbucketlogs()
2735 &local_entries[num_local_entries]); in tcp_log_dumpbucketlogs()
2736 local_entries[num_local_entries].tln_closed = 1; in tcp_log_dumpbucketlogs()
2737 KASSERT(local_entries[num_local_entries].tln_bucket == in tcp_log_dumpbucketlogs()
2740 num_local_entries++; in tcp_log_dumpbucketlogs()
2775 for (i = 0; i < num_local_entries; i++) in tcp_log_dumpbucketlogs()