Searched refs:total_count (Results 1 – 13 of 13) sorted by relevance
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
| H A D | zdb_block_size_histogram.ksh | 71 total_count=0 93 ((total_count+=thiscount))
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/ |
| H A D | bclone_corner_cases.kshlib | 219 typeset -r total_count=$(bclone_corner_cases_test count) 220 … limit=$(random_int_between 1 $total_count $((limit*2)) | sort -nu | head -n $limit | xargs)
|
| /src/cddl/contrib/opensolaris/cmd/lockstat/ |
| H A D | lockstat.c | 1753 report_stats(FILE *out, lsrec_t **sort_buf, size_t nrecs, uint64_t total_count, in report_stats() argument 1771 g_rates == 0 ? total_count : in report_stats() 1772 ((unsigned long long)total_count * NANOSEC) / g_elapsed, in report_stats() 1785 g_event_info[event].ev_desc, (double)total_count, in report_stats() 1787 (double)total_count * NANOSEC / g_elapsed); in report_stats() 1854 percent = (lsp->ls_count * 100.00) / total_count; in report_stats()
|
| /src/sys/netgraph/ |
| H A D | ng_nat.h | 166 uint32_t total_count; member
|
| H A D | ng_nat.c | 136 return lr->total_count; in ng_nat_listrdrs_ary_getLength() 669 ary->total_count = priv->rdrcount; in ng_nat_rcvmsg()
|
| /src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | DecodedThread.h | 131 uint64_t total_count = 0; member
|
| H A D | DecodedThread.cpp | 210 total_count++; in RecordEvent()
|
| H A D | TraceIntelPT.cpp | 315 events_stats.total_count); in DumpTraceInfo() 407 json_str.attribute("totalCount", events_stats.total_count); in DumpTraceInfoAsJson()
|
| /src/usr.bin/vmstat/ |
| H A D | vmstat.c | 1221 uint64_t inttotal, old_inttotal, total_count, total_rate; in print_intrcnts() local 1242 total_count = inttotal - old_inttotal; in print_intrcnts() 1243 total_rate = (total_count * 1000 + period_ms / 2) / period_ms; in print_intrcnts() 1247 "Total", (uintmax_t)total_count, (uintmax_t)total_rate); in print_intrcnts()
|
| /src/contrib/jemalloc/bin/ |
| H A D | jeprof.in | 1005 my $total_count = shift; 1013 printf("Total: %s %s\n", Unparse($total_count), Units()); 1020 Unparse($total_count), ($focus_count*100.0) / $total_count); 1028 Unparse($total_count), 1029 ($ignore_count*100.0) / $total_count);
|
| /src/sys/dev/ocs_fc/ |
| H A D | ocs_scsi.c | 1275 uint32_t total_count; in ocs_scsi_io_dispatch_hw_io() local 1285 total_count = ocs_scsi_count_sgls(&io->hw_dif, io->sgl, io->sgl_count); in ocs_scsi_io_dispatch_hw_io() 1291 if (host_allocated && total_count > max_sgl) { in ocs_scsi_io_dispatch_hw_io() 1293 uint32_t count = total_count - max_sgl + 1; in ocs_scsi_io_dispatch_hw_io()
|
| /src/lib/libpfctl/ |
| H A D | libpfctl.c | 2755 size_t total_count; member 2789 { .type = PF_TA_ADDR_COUNT, .off = _OUT(total_count), .cb = snl_attr_get_uint32 }, 2828 *size = addrs.total_count; in pfctl_table_get_addrs_h() 3766 uint32_t total_count; member 3801 { .type = PF_TAS_ASTATS_COUNT, .off = _OUT(total_count), .cb = snl_attr_get_uint32 }, 3850 *size = out.total_count; in pfctl_get_astats() 3955 *nmatch = attrs.total_count; in _pfctl_test_addrs()
|
| /src/sys/netinet/ |
| H A D | sctp_output.c | 2030 int cnt, limit_out = 0, total_count; in sctp_add_addresses_to_i_ia() local 2091 total_count = 0; in sctp_add_addresses_to_i_ia() 2135 total_count++; in sctp_add_addresses_to_i_ia() 2143 if (total_count > SCTP_ADDRESS_LIMIT) { in sctp_add_addresses_to_i_ia()
|