Home
last modified time | relevance | path

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

/freebsd-head/contrib/unbound/daemon/
HDstats.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);
HDstats.c257 server_stats_compile(struct worker* worker, struct ub_stats_info* s, int reset) in server_stats_compile()
378 struct ub_stats_info* s, int reset) in server_stats_obtain()
433 struct ub_stats_info s; in server_stats_reply()
441 void server_stats_add(struct ub_stats_info* total, struct ub_stats_info* a) in server_stats_add()
HDremote.c785 print_stats(RES* ssl, const char* nm, struct ub_stats_info* s) in print_stats()
860 print_thread_stats(RES* ssl, int i, struct ub_stats_info* s) in print_thread_stats()
886 struct ub_stats_info* s) in print_mem()
991 print_hist(RES* ssl, struct ub_stats_info* s) in print_hist()
1019 print_ext(RES* ssl, struct ub_stats_info* s, int inhibit_zero) in print_ext()
1216 struct ub_stats_info total; in do_stats()
1217 struct ub_stats_info s; in do_stats()
/freebsd-head/contrib/unbound/util/shm_side/
HDshm_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()
HDshm_main.h56 struct ub_stats_info* ptr_arr;
/freebsd-head/contrib/unbound/smallapp/
HDunbound-control.c223 static void pr_stats(const char* nm, struct ub_stats_info* s) in pr_stats()
285 struct ub_stats_info* s) in print_mem()
316 static void print_hist(struct ub_stats_info* s) in print_hist()
336 static void print_extended(struct ub_stats_info* s, int inhibit_zero) in print_extended()
454 static void do_stats_shm(struct config_file* cfg, struct ub_stats_info* stats, in do_stats_shm()
478 struct ub_stats_info* stats; in print_stats_shm()
499 stats = (struct ub_stats_info*)shmat(id_arr, NULL, SHM_RDONLY); in print_stats_shm()
/freebsd-head/contrib/unbound/libunbound/
HDunbound.h865 struct ub_stats_info { struct