Searched refs:total_count (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dbcache.c78 long total_count; /* total number of strings cached, including dups */ member in struct:bcache
213 bcache->total_count++;
391 printf_filtered (" Total object count: %ld\n", c->total_count);
394 print_percentage (c->total_count - c->unique_count, c->total_count);
424 c->total_count + c->expand_hash_count);
/freebsd-11-stable/sys/netgraph/
H A Dng_nat.h165 uint32_t total_count; member in struct:ng_nat_list_redirects
171 { "total_count", &ng_parse_uint32_type }, \
H A Dng_nat.c130 return lr->total_count;
663 ary->total_count = priv->rdrcount;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1745 report_stats(FILE *out, lsrec_t **sort_buf, size_t nrecs, uint64_t total_count, argument
1763 g_rates == 0 ? total_count :
1764 ((unsigned long long)total_count * NANOSEC) / g_elapsed,
1777 g_event_info[event].ev_desc, (double)total_count,
1779 (double)total_count * NANOSEC / g_elapsed);
1846 percent = (lsp->ls_count * 100.00) / total_count;
/freebsd-11-stable/usr.bin/vmstat/
H A Dvmstat.c1266 uint64_t inttotal, old_inttotal, total_count, total_rate; local
1288 total_count = inttotal - old_inttotal;
1289 total_rate = (total_count * 1000 + period_ms / 2) / period_ms;
1293 "Total", (uintmax_t)total_count, (uintmax_t)total_rate);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtemp_serializer.c217 apr_size_t total_count = count + over_provision; local
218 apr_size_t entries_len = total_count * sizeof(*dir_data.entries);
219 apr_size_t lengths_len = total_count * sizeof(*dir_data.lengths);
/freebsd-11-stable/contrib/gcc/
H A Dtree-cfg.c4441 gcov_type total_count = 0, entry_count = 0; local
4497 total_count = entry->dest->count;
4501 if (entry_count > total_count)
4502 entry_count = total_count;
4518 if (total_count)
4521 total_count - entry_count,
4522 total_count);
4524 total_count);
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-config.c2861 u32 *count, u32 *total_count)
2914 (*total_count)++;
2917 (*total_count < VXGE_HW_MAX_POLLING_COUNT));
2922 vxge_assert(*total_count < VXGE_HW_MAX_POLLING_COUNT);
2860 vxge_hw_vpath_wait_receive_idle(vxge_hal_device_h devh, u32 vp_id, u32 *count, u32 *total_count) argument
H A Dvxgehal-virtualpath.c10102 u32 count = 0, total_count = 0; local
10123 &count, &total_count);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_scsi.c1291 uint32_t total_count; local
1301 total_count = ocs_scsi_count_sgls(&io->hw_dif, io->sgl, io->sgl_count);
1307 if (host_allocated && total_count > max_sgl) {
1309 uint32_t count = total_count - max_sgl + 1;
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_pm.c2871 u64 total_count, diff, ret; local
2892 total_count = count1 + count2 + count3;
2895 if (total_count < dev_priv->ips.last_count1) {
2897 diff += total_count;
2899 diff = total_count - dev_priv->ips.last_count1;
2915 dev_priv->ips.last_count1 = total_count;
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_optimize.c818 u_int64_t total_count = 0; local
828 total_count += por1->por_rule.packets[0] +
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-ll.h6111 u32 *count, u32 *total_count);
/freebsd-11-stable/sys/netinet/
H A Dsctp_output.c2034 int cnt, limit_out = 0, total_count; local
2095 total_count = 0;
2139 total_count++;
2147 if (total_count > SCTP_ADDRESS_LIMIT) {

Completed in 393 milliseconds