| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | bcache.c | 78 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/ |
| HD | lockstat.c | 1745 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/ |
| HD | ng_nat.h | 165 uint32_t total_count; member
|
| HD | ng_nat.c | 130 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/ |
| HD | vmstat.c | 1266 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/ |
| HD | temp_serializer.c | 217 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/ |
| HD | tree-cfg.c | 4441 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/ |
| HD | vxgehal-config.c | 2861 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()
|
| HD | vxgehal-virtualpath.c | 10102 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/ |
| HD | intel_pm.c | 2871 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/ |
| HD | ocs_scsi.c | 1291 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/ |
| HD | pfctl_optimize.c | 818 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/ |
| HD | vxgehal-ll.h | 6111 u32 *count, u32 *total_count);
|
| /freebsd-11-stable/sys/netinet/ |
| HD | sctp_output.c | 2034 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()
|