Searched refs:time_last_stat (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/unbound/daemon/
H A Ddaemon.h121 struct timeval time_last_stat; member in struct:daemon
H A Ddaemon.c285 daemon->time_last_stat = daemon->time_boot;
H A Dremote.c868 timeval_subtract(&dt, &now, &worker->daemon->time_last_stat);
870 worker->daemon->time_last_stat = now;
/freebsd-13-stable/contrib/unbound/util/shm_side/
H A Dshm_main.c252 stat_timeval_subtract(&shm_stat->time.elapsed_sec, &shm_stat->time.elapsed_usec, worker->env.now_tv, &worker->daemon->time_last_stat);

Completed in 42 milliseconds