Searched refs:st_period (Results 1 – 3 of 3) sorted by relevance
316 int st_period; member
840 if(!nsd->st_period) in bind8_stats()1083 nsd.st_period = atoi(optarg); in main()1215 if(nsd.st_period == 0) { in main()1216 nsd.st_period = nsd.options->statistics; in main()
538 if(nsd->st_period > 0) /* % by 0 gives divbyzero error */ in set_bind8_alarm()539 alarm(nsd->st_period - (time(NULL) % nsd->st_period)); in set_bind8_alarm()3503 int p = nsd->st_period; in server_child()3504 nsd->st_period = 1; /* force stats printout */ in server_child()3507 nsd->st_period = p; in server_child()