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

/freebsd-10-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-10-stable/sys/netgraph/
H A Dng_nat.h164 uint32_t total_count; member in struct:ng_nat_list_redirects
170 { "total_count", &ng_parse_uint32_type }, \
H A Dng_nat.c127 return lr->total_count;
644 ary->total_count = priv->rdrcount;
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1691 report_stats(FILE *out, lsrec_t **sort_buf, size_t nrecs, uint64_t total_count, argument
1709 g_rates == 0 ? total_count :
1710 ((unsigned long long)total_count * NANOSEC) / g_elapsed,
1723 g_event_info[event].ev_desc, (double)total_count,
1725 (double)total_count * NANOSEC / g_elapsed);
1788 percent = (lsp->ls_count * 100.00) / total_count;
/freebsd-10-stable/sys/dev/drm2/i915/
H A Dintel_pm.c2696 u64 total_count, diff, ret; local
2715 total_count = count1 + count2 + count3;
2718 if (total_count < dev_priv->last_count1) {
2720 diff += total_count;
2722 diff = total_count - dev_priv->last_count1;
2738 dev_priv->last_count1 = total_count;
/freebsd-10-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-10-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-10-stable/sbin/pfctl/
H A Dpfctl_optimize.c818 u_int64_t total_count = 0; local
828 total_count += por1->por_rule.packets[0] +
/freebsd-10-stable/sys/dev/vxge/include/
H A Dvxgehal-ll.h6111 u32 *count, u32 *total_count);
/freebsd-10-stable/sys/netinet/
H A Dsctp_output.c2035 int cnt, limit_out = 0, total_count; local
2096 total_count = 0;
2140 total_count++;
2148 if (total_count > SCTP_ADDRESS_LIMIT) {

Completed in 246 milliseconds