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

/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.h133 extern u_int assoc_cache_slots;/* count of allocated array entries */
H A Dntpq.c393 u_int assoc_cache_slots;/* count of allocated array entries */ variable
3824 assoc_cache_slots = (u_int)(new_sz / sizeof(assoc_cache[0]));
H A Dntpq-subs.c1145 if (numassoc >= assoc_cache_slots) {

Completed in 168 milliseconds