Home
last modified time | relevance | path

Searched refs:assoc_cache_slots (Results 1 – 3 of 3) sorted by relevance

/src/contrib/ntp/ntpq/
H A Dntpq.h132 extern u_int assoc_cache_slots;/* count of allocated array entries */
H A Dntpq.c394 u_int assoc_cache_slots;/* count of allocated array entries */ variable
3871 assoc_cache_slots = (u_int)(new_sz / sizeof(assoc_cache[0])); in grow_assoc_cache()
H A Dntpq-subs.c1145 if (numassoc >= assoc_cache_slots) { in dogetassoc()