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

/freebsd-10.0-release/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.0-release/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.0-release/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1681 report_stats(FILE *out, lsrec_t **sort_buf, size_t nrecs, uint64_t total_count, argument
1699 g_rates == 0 ? total_count :
1700 ((unsigned long long)total_count * NANOSEC) / g_elapsed,
1713 g_event_info[event].ev_desc, (double)total_count,
1715 (double)total_count * NANOSEC / g_elapsed);
1778 percent = (lsp->ls_count * 100.00) / total_count;
/freebsd-10.0-release/sys/dev/drm2/i915/
H A Di915_dma.c1677 u64 total_count, diff, ret; local
1696 total_count = count1 + count2 + count3;
1699 if (total_count < dev_priv->last_count1) {
1701 diff += total_count;
1703 diff = total_count - dev_priv->last_count1;
1719 dev_priv->last_count1 = total_count;
/freebsd-10.0-release/contrib/gcc/
H A Dtree-cfg.c4434 gcov_type total_count = 0, entry_count = 0; local
4490 total_count = entry->dest->count;
4494 if (entry_count > total_count)
4495 entry_count = total_count;
4511 if (total_count)
4514 total_count - entry_count,
4515 total_count);
4517 total_count);
/freebsd-10.0-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-config.c2870 u32 *count, u32 *total_count)
2923 (*total_count)++;
2926 (*total_count < VXGE_HW_MAX_POLLING_COUNT));
2931 vxge_assert(*total_count < VXGE_HW_MAX_POLLING_COUNT);
2869 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.0-release/sbin/pfctl/
H A Dpfctl_optimize.c818 u_int64_t total_count = 0; local
828 total_count += por1->por_rule.packets[0] +
/freebsd-10.0-release/sys/dev/vxge/include/
H A Dvxgehal-ll.h6111 u32 *count, u32 *total_count);
/freebsd-10.0-release/sys/netinet/
H A Dsctp_output.c2033 int cnt, limit_out = 0, total_count; local
2080 total_count = 0;
2110 total_count++;
2118 if (total_count > SCTP_ADDRESS_LIMIT) {

Completed in 207 milliseconds