Home
last modified time | relevance | path

Searched refs:isc_refcount_current (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
HDrefcount.h107 #define isc_refcount_current(rp) ((unsigned int)((rp)->refs)) macro
152 #define isc_refcount_current(rp) ((unsigned int)((rp)->refs))
196 #define isc_refcount_current(rp) ((unsigned int)((rp)->refs))
/freebsd-11-stable/contrib/ntp/lib/isc/
HDradix.c108 if (isc_refcount_current(&prefix->refcount) == 0) { in _ref_prefix()