Home
last modified time | relevance | path

Searched refs:timeval_smaller (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/unbound/util/
Dtimeval_func.h53 int timeval_smaller(const struct timeval* x, const struct timeval* y);
Dtimeval_func.c101 timeval_smaller(const struct timeval* x, const struct timeval* y) in timeval_smaller() function
Dtimehist.c122 if(timeval_smaller(tv, &hist->buckets[i].upper)) { in timehist_insert()
/freebsd-12-stable/contrib/unbound/services/
Dmesh.c278 if(timeval_smaller(&mesh->jostle_max, &age)) { in mesh_make_new_space()