Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gdb/gdb/
HDbcache.c78 long total_count; /* total number of strings cached, including dups */ member
210 bcache->total_count++; in bcache_data()
386 printf_filtered (" Total object count: %ld\n", c->total_count); in print_bcache_statistics()
389 print_percentage (c->total_count - c->unique_count, c->total_count); in print_bcache_statistics()
419 c->total_count + c->expand_hash_count); in print_bcache_statistics()
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/lockstat/
HDlockstat.c1745 report_stats(FILE *out, lsrec_t **sort_buf, size_t nrecs, uint64_t total_count, in report_stats() argument
1763 g_rates == 0 ? total_count : in report_stats()
1764 ((unsigned long long)total_count * NANOSEC) / g_elapsed, in report_stats()
1777 g_event_info[event].ev_desc, (double)total_count, in report_stats()
1779 (double)total_count * NANOSEC / g_elapsed); in report_stats()
1846 percent = (lsp->ls_count * 100.00) / total_count; in report_stats()
/freebsd-11-stable/sys/netgraph/
HDng_nat.h165 uint32_t total_count; member
HDng_nat.c130 return lr->total_count; in ng_nat_listrdrs_ary_getLength()
663 ary->total_count = priv->rdrcount; in ng_nat_rcvmsg()
/freebsd-11-stable/usr.bin/vmstat/
HDvmstat.c1266 uint64_t inttotal, old_inttotal, total_count, total_rate; in print_intrcnts() local
1288 total_count = inttotal - old_inttotal; in print_intrcnts()
1289 total_rate = (total_count * 1000 + period_ms / 2) / period_ms; in print_intrcnts()
1293 "Total", (uintmax_t)total_count, (uintmax_t)total_rate); in print_intrcnts()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
HDtemp_serializer.c217 apr_size_t total_count = count + over_provision; in serialize_dir() local
218 apr_size_t entries_len = total_count * sizeof(*dir_data.entries); in serialize_dir()
219 apr_size_t lengths_len = total_count * sizeof(*dir_data.lengths); in serialize_dir()
/freebsd-11-stable/contrib/gcc/
HDtree-cfg.c4441 gcov_type total_count = 0, entry_count = 0; in tree_duplicate_sese_region() local
4497 total_count = entry->dest->count; in tree_duplicate_sese_region()
4501 if (entry_count > total_count) in tree_duplicate_sese_region()
4502 entry_count = total_count; in tree_duplicate_sese_region()
4518 if (total_count) in tree_duplicate_sese_region()
4521 total_count - entry_count, in tree_duplicate_sese_region()
4522 total_count); in tree_duplicate_sese_region()
4524 total_count); in tree_duplicate_sese_region()
/freebsd-11-stable/sys/dev/vxge/vxgehal/
HDvxgehal-config.c2861 u32 *count, u32 *total_count) in vxge_hw_vpath_wait_receive_idle() argument
2914 (*total_count)++; in vxge_hw_vpath_wait_receive_idle()
2917 (*total_count < VXGE_HW_MAX_POLLING_COUNT)); in vxge_hw_vpath_wait_receive_idle()
2922 vxge_assert(*total_count < VXGE_HW_MAX_POLLING_COUNT); in vxge_hw_vpath_wait_receive_idle()
HDvxgehal-virtualpath.c10102 u32 count = 0, total_count = 0; in vxge_hal_vpath_reset() local
10123 &count, &total_count); in vxge_hal_vpath_reset()
/freebsd-11-stable/sys/dev/drm2/i915/
HDintel_pm.c2871 u64 total_count, diff, ret; in __i915_chipset_val() local
2892 total_count = count1 + count2 + count3; in __i915_chipset_val()
2895 if (total_count < dev_priv->ips.last_count1) { in __i915_chipset_val()
2897 diff += total_count; in __i915_chipset_val()
2899 diff = total_count - dev_priv->ips.last_count1; in __i915_chipset_val()
2915 dev_priv->ips.last_count1 = total_count; in __i915_chipset_val()
/freebsd-11-stable/sys/dev/ocs_fc/
HDocs_scsi.c1291 uint32_t total_count; in ocs_scsi_io_dispatch_hw_io() local
1301 total_count = ocs_scsi_count_sgls(&io->hw_dif, io->sgl, io->sgl_count); in ocs_scsi_io_dispatch_hw_io()
1307 if (host_allocated && total_count > max_sgl) { in ocs_scsi_io_dispatch_hw_io()
1309 uint32_t count = total_count - max_sgl + 1; in ocs_scsi_io_dispatch_hw_io()
/freebsd-11-stable/sbin/pfctl/
HDpfctl_optimize.c818 u_int64_t total_count = 0; in block_feedback() local
828 total_count += por1->por_rule.packets[0] + in block_feedback()
/freebsd-11-stable/sys/dev/vxge/include/
HDvxgehal-ll.h6111 u32 *count, u32 *total_count);
/freebsd-11-stable/sys/netinet/
HDsctp_output.c2034 int cnt, limit_out = 0, total_count; in sctp_add_addresses_to_i_ia() local
2095 total_count = 0; in sctp_add_addresses_to_i_ia()
2139 total_count++; in sctp_add_addresses_to_i_ia()
2147 if (total_count > SCTP_ADDRESS_LIMIT) { in sctp_add_addresses_to_i_ia()