Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/
H A Dtest.sh.in72 total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`
74 …ite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${fail_…
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_block_size_histogram.ksh70 total_count=0
92 ((total_count+=thiscount))
/f-stack/freebsd/netgraph/
H A Dng_nat.h166 uint32_t total_count; member
H A Dng_nat.c132 return lr->total_count; in ng_nat_listrdrs_ary_getLength()
665 ary->total_count = priv->rdrcount; in ng_nat_rcvmsg()
/f-stack/tools/compat/include/netgraph/
H A Dng_nat.h164 uint32_t total_count; member
/f-stack/app/redis-5.0.5/deps/jemalloc/bin/
H A Djeprof.in990 my $total_count = shift;
998 printf("Total: %s %s\n", Unparse($total_count), Units());
1005 Unparse($total_count), ($focus_count*100.0) / $total_count);
1013 Unparse($total_count),
1014 ($ignore_count*100.0) / $total_count);
/f-stack/freebsd/netinet/
H A Dsctp_output.c2033 int cnt, limit_out = 0, total_count; in sctp_add_addresses_to_i_ia() local
2094 total_count = 0; in sctp_add_addresses_to_i_ia()
2138 total_count++; in sctp_add_addresses_to_i_ia()
2146 if (total_count > SCTP_ADDRESS_LIMIT) { in sctp_add_addresses_to_i_ia()