Home
last modified time | relevance | path

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

/NextBSD/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()
/NextBSD/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()
/NextBSD/sys/netgraph/
HDng_nat.h164 uint32_t total_count; member
HDng_nat.c127 return lr->total_count; in ng_nat_listrdrs_ary_getLength()
644 ary->total_count = priv->rdrcount; in ng_nat_rcvmsg()
/NextBSD/sys/compat/mach/ipc/
HDipc_port.c1721 int total_count; in print_ports() member
1740 port_types[IKOT_UNKNOWN].total_count++; in print_ports()
1744 port_types[ip_kotype(port)].total_count++; in print_ports()
1763 printf("%7d %s", port_types[IKOT_##name].total_count, # name); \ in print_ports()
/NextBSD/usr.bin/vmstat/
HDvmstat.c1311 uint64_t inttotal, old_inttotal, total_count, total_rate; in print_intrcnts() local
1336 total_count = inttotal - old_inttotal; in print_intrcnts()
1337 total_rate = (total_count * 1000 + period_ms / 2) / period_ms; in print_intrcnts()
1341 "Total", total_count, total_rate); in print_intrcnts()
/NextBSD/sys/dev/drm2/i915/
HDintel_pm.c2696 u64 total_count, diff, ret; in i915_chipset_val() local
2715 total_count = count1 + count2 + count3; in i915_chipset_val()
2718 if (total_count < dev_priv->last_count1) { in i915_chipset_val()
2720 diff += total_count; in i915_chipset_val()
2722 diff = total_count - dev_priv->last_count1; in i915_chipset_val()
2738 dev_priv->last_count1 = total_count; in i915_chipset_val()
/NextBSD/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()
/NextBSD/sys/dev/vxge/vxgehal/
HDvxgehal-config.c2870 u32 *count, u32 *total_count) in vxge_hw_vpath_wait_receive_idle() argument
2923 (*total_count)++; in vxge_hw_vpath_wait_receive_idle()
2926 (*total_count < VXGE_HW_MAX_POLLING_COUNT)); in vxge_hw_vpath_wait_receive_idle()
2931 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()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator.h538 uptr total_count = (region->mapped_user - beg_idx - size) in PopulateFreeList() local
540 region->allocated_meta += total_count * kMetadataSize; in PopulateFreeList()
/NextBSD/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()
/NextBSD/sys/dev/vxge/include/
HDvxgehal-ll.h6111 u32 *count, u32 *total_count);
/NextBSD/sys/netinet/
HDsctp_output.c2035 int cnt, limit_out = 0, total_count; in sctp_add_addresses_to_i_ia() local
2096 total_count = 0; in sctp_add_addresses_to_i_ia()
2140 total_count++; in sctp_add_addresses_to_i_ia()
2148 if (total_count > SCTP_ADDRESS_LIMIT) { in sctp_add_addresses_to_i_ia()