Home
last modified time | relevance | path

Searched defs:stats (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/netbsd/external/mpl/bind/dist/lib/ns/
H A Dstats.c38 ns_stats_attach(ns_stats_t *stats, ns_stats_t **statsp) { in ns_stats_attach()
49 ns_stats_t *stats; in ns_stats_detach() local
65 ns_stats_t *stats; in ns_stats_create() local
97 ns_stats_increment(ns_stats_t *stats, isc_statscounter_t counter) { in ns_stats_increment()
104 ns_stats_decrement(ns_stats_t *stats, isc_statscounter_t counter) { in ns_stats_decrement()
111 ns_stats_get(ns_stats_t *stats) { in ns_stats_get()
118 ns_stats_update_if_greater(ns_stats_t *stats, isc_statscounter_t counter, in ns_stats_update_if_greater()
126 ns_stats_get_counter(ns_stats_t *stats, isc_statscounter_t counter) { in ns_stats_get_counter()
/netbsd/external/mpl/bind/dist/lib/isc/
H A Dstats.c50 isc_stats_t *stats; in create_stats() local
72 isc_stats_attach(isc_stats_t *stats, isc_stats_t **statsp) { in isc_stats_attach()
82 isc_stats_t *stats; in isc_stats_detach() local
99 isc_stats_ncounters(isc_stats_t *stats) { in isc_stats_ncounters()
113 isc_stats_increment(isc_stats_t *stats, isc_statscounter_t counter) { in isc_stats_increment()
121 isc_stats_decrement(isc_stats_t *stats, isc_statscounter_t counter) { in isc_stats_decrement()
128 isc_stats_dump(isc_stats_t *stats, isc_stats_dumper_t dump_fn, void *arg, in isc_stats_dump()
144 isc_stats_set(isc_stats_t *stats, uint64_t val, isc_statscounter_t counter) { in isc_stats_set()
152 isc_stats_update_if_greater(isc_stats_t *stats, isc_statscounter_t counter, in isc_stats_update_if_greater()
168 isc_stats_get_counter(isc_stats_t *stats, isc_statscounter_t counter) { in isc_stats_get_counter()
[all …]
/netbsd/lib/librpcsvc/
H A Drstat.x104 struct stats { /* RSTATVERS_ORIG */ struct
125 statstime argument
/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_stats.cc56 void AsanStats::MergeFrom(const AsanStats *stats) { in MergeFrom()
80 static void GetAccumulatedStats(AsanStats *stats) { in GetAccumulatedStats()
100 void FlushToDeadThreadStats(AsanStats *stats) { in FlushToDeadThreadStats()
107 AsanStats stats; in FillMallocStatistics() local
121 AsanStats stats; in PrintAccumulatedStats() local
138 AsanStats stats; in __sanitizer_get_current_allocated_bytes() local
148 AsanStats stats; in __sanitizer_get_heap_size() local
154 AsanStats stats; in __sanitizer_get_free_bytes() local
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_stats.cc58 void AsanStats::MergeFrom(const AsanStats *stats) { in MergeFrom()
82 static void GetAccumulatedStats(AsanStats *stats) { in GetAccumulatedStats()
102 void FlushToDeadThreadStats(AsanStats *stats) { in FlushToDeadThreadStats()
109 AsanStats stats; in FillMallocStatistics() local
123 AsanStats stats; in PrintAccumulatedStats() local
140 AsanStats stats; in __sanitizer_get_current_allocated_bytes() local
150 AsanStats stats; in __sanitizer_get_heap_size() local
156 AsanStats stats; in __sanitizer_get_free_bytes() local
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_stats.cc56 void AsanStats::MergeFrom(const AsanStats *stats) { in MergeFrom()
80 static void GetAccumulatedStats(AsanStats *stats) { in GetAccumulatedStats()
100 void FlushToDeadThreadStats(AsanStats *stats) { in FlushToDeadThreadStats()
107 AsanStats stats; in FillMallocStatistics() local
121 AsanStats stats; in PrintAccumulatedStats() local
138 AsanStats stats; in __sanitizer_get_current_allocated_bytes() local
148 AsanStats stats; in __sanitizer_get_heap_size() local
154 AsanStats stats; in __sanitizer_get_free_bytes() local
/netbsd/external/bsd/ntp/dist/lib/isc/
H A Dstats.c91 isc_stats_t *stats; in create_stats() local
152 isc_stats_attach(isc_stats_t *stats, isc_stats_t **statsp) { in isc_stats_attach()
165 isc_stats_t *stats; in isc_stats_detach() local
190 isc_stats_ncounters(isc_stats_t *stats) { in isc_stats_ncounters()
197 incrementcounter(isc_stats_t *stats, int counter) { in incrementcounter()
235 decrementcounter(isc_stats_t *stats, int counter) { in decrementcounter()
261 copy_counters(isc_stats_t *stats) { in copy_counters()
297 isc_stats_increment(isc_stats_t *stats, isc_statscounter_t counter) { in isc_stats_increment()
305 isc_stats_decrement(isc_stats_t *stats, isc_statscounter_t counter) { in isc_stats_decrement()
313 isc_stats_dump(isc_stats_t *stats, isc_stats_dumper_t dump_fn, in isc_stats_dump()
/netbsd/sys/kern/
H A Dsubr_iostat.c140 struct io_stats *stats; in iostat_alloc() local
167 iostat_free(struct io_stats *stats) in iostat_free()
186 iostat_rename(struct io_stats *stats, const char *name) in iostat_rename()
217 iostat_wait(struct io_stats *stats) in iostat_wait()
246 iostat_busy(struct io_stats *stats) in iostat_busy()
278 iostat_unbusy(struct io_stats *stats, long bcount, int read) in iostat_unbusy()
310 iostat_isbusy(struct io_stats *stats) in iostat_isbusy()
321 iostat_seek(struct io_stats *stats) in iostat_seek()
347 struct io_stats *stats; in iostati_getnames() local
401 struct io_stats *stats; in sysctl_hw_iostats() local
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dstats.c143 dns_stats_attach(dns_stats_t *stats, dns_stats_t **statsp) { in dns_stats_attach()
154 dns_stats_t *stats; in dns_stats_detach() local
174 dns_stats_t *stats; in create_stats() local
275 dns_rdatatypestats_increment(dns_stats_t *stats, dns_rdatatype_t type) { in dns_rdatatypestats_increment()
285 update_rdatasetstats(dns_stats_t *stats, dns_rdatastatstype_t rrsettype, in update_rdatasetstats()
335 dns_rdatasetstats_increment(dns_stats_t *stats, in dns_rdatasetstats_increment()
344 dns_rdatasetstats_decrement(dns_stats_t *stats, in dns_rdatasetstats_decrement()
353 dns_opcodestats_increment(dns_stats_t *stats, dns_opcode_t code) { in dns_opcodestats_increment()
360 dns_rcodestats_increment(dns_stats_t *stats, dns_rcode_t code) { in dns_rcodestats_increment()
550 dnssec_statsdump(isc_stats_t *stats, dnssecsignstats_type_t operation, in dnssec_statsdump()
[all …]
/netbsd/external/mpl/bind/dist/lib/dns/tests/
H A Drdatasetstats_test.c60 set_typestats(dns_stats_t *stats, dns_rdatatype_t type) { in set_typestats()
74 set_nxdomainstats(dns_stats_t *stats) { in set_nxdomainstats()
84 mark_stale(dns_stats_t *stats, dns_rdatatype_t type, int from, int to) { in mark_stale()
106 mark_nxdomain_stale(dns_stats_t *stats, int from, int to) { in mark_nxdomain_stale()
220 dns_stats_t *stats = NULL; in rdatasetstats() local
/netbsd/external/bsd/unbound/dist/daemon/
H A Dstats.c87 void server_stats_init(struct ub_server_stats* stats, struct config_file* cfg) in server_stats_init()
93 void server_stats_querymiss(struct ub_server_stats* stats, struct worker* worker) in server_stats_querymiss()
101 void server_stats_prefetch(struct ub_server_stats* stats, struct worker* worker) in server_stats_prefetch()
110 void server_stats_log(struct ub_server_stats* stats, struct worker* worker, in server_stats_log()
475 void server_stats_insquery(struct ub_server_stats* stats, struct comm_point* c, in server_stats_insquery()
524 void server_stats_insrcode(struct ub_server_stats* stats, sldns_buffer* buf) in server_stats_insrcode()
/netbsd/external/bsd/libbind/dist/isc/
H A Dmemcluster.c88 struct stats { struct
89 u_long gets;
90 u_long totalgets;
91 u_long blocks;
92 u_long freefrags;
124 static struct stats * stats; variable
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dbounce.c229 int bounce_append(int flags, const char *id, MSG_STATS *stats, in bounce_append()
259 int bounce_append_intern(int flags, const char *id, MSG_STATS *stats, in bounce_append_intern()
425 int dsn_ret, MSG_STATS *stats, RECIPIENT *rcpt, in bounce_one()
457 int dsn_ret, MSG_STATS *stats, in bounce_one_intern()
H A Ddefer.c194 int defer_append(int flags, const char *id, MSG_STATS *stats, in defer_append()
223 int defer_append_intern(int flags, const char *id, MSG_STATS *stats, in defer_append_intern()
359 int dsn_ret, MSG_STATS *stats, RECIPIENT *rcpt, in defer_one()
/netbsd/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_out_recipient.c100 MSG_STATS stats; in cleanup_trace_append() local
120 MSG_STATS stats; in cleanup_verify_append() local
/netbsd/external/zlib/pigz/dist/zopfli/
H A Dsqueeze.c42 static void InitStats(SymbolStats* stats) { in InitStats()
98 static void RandomizeStatFreqs(RanState* state, SymbolStats* stats) { in RandomizeStatFreqs()
104 static void ClearStatFreqs(SymbolStats* stats) { in ClearStatFreqs()
142 SymbolStats* stats = (SymbolStats*)context; in GetCostStat() local
393 static void CalculateStatistics(SymbolStats* stats) { in CalculateStatistics()
399 static void GetStatistics(const ZopfliLZ77Store* store, SymbolStats* stats) { in GetStatistics()
457 SymbolStats stats, beststats, laststats; in ZopfliLZ77Optimal() local
/netbsd/external/mpl/bind/dist/lib/isc/unix/
H A Dfile.c85 file_stats(const char *file, struct stat *stats) { in file_stats()
99 fd_stats(int fd, struct stat *stats) { in fd_stats()
114 struct stat stats; in isc_file_getsizefd() local
130 struct stat stats; in isc_file_mode() local
145 struct stat stats; in isc_file_getmodtime() local
166 struct stat stats; in isc_file_getsize() local
437 struct stat stats; in isc_file_exists() local
/netbsd/usr.bin/nfsstat/
H A Dnfsstat.c391 struct stats { in sidewaysintpr() struct
392 int client[NSHORTPROC]; in sidewaysintpr()
393 int server[NSHORTPROC]; in sidewaysintpr()
/netbsd/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.gc/
H A Dnocollect.d7 auto stats = GC.profileStats(); in main() local
/netbsd/external/gpl2/grep/dist/src/
H A Dgrep.c50 struct stats struct
52 struct stats const *parent; argument
64 static struct stats stats_base; argument
252 reset (int fd, char const *file, struct stats *stats) in reset()
316 fillbuf (size_t save, struct stats const *stats) in fillbuf()
770 grep (int fd, char const *file, struct stats *stats) in grep()
901 grepfile (char const *file, struct stats *stats) in grepfile()
1004 grepdir (char const *dir, struct stats const *stats) in grepdir()
/netbsd/external/gpl2/grep/dist/lib/
H A Disdir.c41 struct stat stats; in isdir() local
/netbsd/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_bounce.c62 MSG_STATS stats; in qmgr_bounce_recipient() local
/netbsd/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_bounce.c62 MSG_STATS stats; in qmgr_bounce_recipient() local
/netbsd/external/mpl/bind/dist/lib/isc/win32/
H A Dfile.c138 file_stats(const char *file, struct stat *stats) { in file_stats()
152 fd_stats(int fd, struct stat *stats) { in fd_stats()
167 struct stat stats; in isc_file_getsizefd() local
182 struct stat stats; in isc_file_mode() local
285 struct stat stats; in isc_file_getsize() local
500 struct stat stats; in isc_file_exists() local
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dunique-ptr-tests.cc34 class stats class
37 stats () : ctor_count (0), dtor_count (0) {} in stats() function in selftest::__anon4c15108e0111::stats

12345678910>>...13