HomeSort by: relevance | last modified time | path
    Searched refs:st_period (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/nsd/dist/
nsd.h 334 /* Produce statistics dump every st_period seconds */
335 int st_period; member in struct:nsd
nsd.c 799 if(!nsd->st_period)
1010 nsd.st_period = atoi(optarg);
1169 if(nsd.st_period == 0) {
1170 nsd.st_period = nsd.options->statistics;
server.c 544 if(nsd->st_period > 0) /* % by 0 gives divbyzero error */
545 alarm(nsd->st_period - (time(NULL) % nsd->st_period));
3767 int p = nsd->st_period;
3768 nsd->st_period = 1; /* force stats printout */
3771 nsd->st_period = p;

Completed in 28 milliseconds