Searched refs:server_stats (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/unbound/daemon/ |
| HD | stats.h | 63 struct server_stats { struct 157 struct server_stats svr; argument 180 void server_stats_init(struct server_stats* stats, struct config_file* cfg); 183 void server_stats_querymiss(struct server_stats* stats, struct worker* worker); 186 void server_stats_prefetch(struct server_stats* stats, struct worker* worker); 189 void server_stats_log(struct server_stats* stats, struct worker* worker, 237 void server_stats_insquery(struct server_stats* stats, struct comm_point* c, 246 void server_stats_insrcode(struct server_stats* stats, struct sldns_buffer* buf);
|
| HD | stats.c | 78 void server_stats_init(struct server_stats* stats, struct config_file* cfg) in server_stats_init() 84 void server_stats_querymiss(struct server_stats* stats, struct worker* worker) in server_stats_querymiss() 92 void server_stats_prefetch(struct server_stats* stats, struct worker* worker) in server_stats_prefetch() 101 void server_stats_log(struct server_stats* stats, struct worker* worker, in server_stats_log() 284 void server_stats_insquery(struct server_stats* stats, struct comm_point* c, in server_stats_insquery() 323 void server_stats_insrcode(struct server_stats* stats, sldns_buffer* buf) in server_stats_insrcode()
|
| HD | worker.h | 118 struct server_stats stats;
|