HomeSort by: relevance | last modified time | path
    Searched defs:zlh_first (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
zn_malloc.c 957 struct zone_latency_history *zlh_first, *zlh_last; local
958 zlh_first = LDAP_STAILQ_FIRST(&zh->zh_latency_history_queue);
961 t_diff = zlh_last->zlh_latency - zlh_first->zlh_latency;

Completed in 45 milliseconds