Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/daemon/
H A Dstats.h81 struct ub_stats_info* s, int reset);
91 void server_stats_compile(struct worker* worker, struct ub_stats_info* s,
107 void server_stats_add(struct ub_stats_info* total, struct ub_stats_info* a);
H A Dstats.c257 server_stats_compile(struct worker* worker, struct ub_stats_info* s, int reset) in server_stats_compile()
384 struct ub_stats_info* s, int reset) in server_stats_obtain()
439 struct ub_stats_info s; in server_stats_reply()
447 void server_stats_add(struct ub_stats_info* total, struct ub_stats_info* a) in server_stats_add()
H A Dremote.c697 print_stats(RES* ssl, const char* nm, struct ub_stats_info* s) in print_stats()
766 print_thread_stats(RES* ssl, int i, struct ub_stats_info* s) in print_thread_stats()
792 struct ub_stats_info* s) in print_mem()
897 print_hist(RES* ssl, struct ub_stats_info* s) in print_hist()
925 print_ext(RES* ssl, struct ub_stats_info* s, int inhibit_zero) in print_ext()
1122 struct ub_stats_info total; in do_stats()
1123 struct ub_stats_info s; in do_stats()
/freebsd/contrib/unbound/util/shm_side/
H A Dshm_main.c98 shm_size = (sizeof(struct ub_stats_info) * (daemon->num + 1)); in shm_main_init()
166 daemon->shm_info->ptr_arr = (struct ub_stats_info*) in shm_main_init()
228 struct ub_stats_info *stat_total; in shm_main_run()
229 struct ub_stats_info *stat_info; in shm_main_run()
248 memset(stat_total, 0, sizeof(struct ub_stats_info)); in shm_main_run()
H A Dshm_main.h56 struct ub_stats_info* ptr_arr;
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c213 static void pr_stats(const char* nm, struct ub_stats_info* s) in pr_stats()
271 struct ub_stats_info* s) in print_mem()
302 static void print_hist(struct ub_stats_info* s) in print_hist()
322 static void print_extended(struct ub_stats_info* s, int inhibit_zero) in print_extended()
440 static void do_stats_shm(struct config_file* cfg, struct ub_stats_info* stats, in do_stats_shm()
464 struct ub_stats_info* stats; in print_stats_shm()
485 stats = (struct ub_stats_info*)shmat(id_arr, NULL, SHM_RDONLY); in print_stats_shm()
/freebsd/contrib/unbound/libunbound/
H A Dunbound.h859 struct ub_stats_info { struct