Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/ntpd/
HDntp_monitor.c71 static mon_entry *mon_free; /* free list or null if none */ variable
146 LINK_SLIST(mon_free, m, hash_next); in mon_free_entry()
439 if (NULL == mon_free) in ntp_monitor()
441 UNLINK_HEAD_SLIST(mon, mon_free, hash_next); in ntp_monitor()
456 } else if (mon_free != NULL || mru_alloc < in ntp_monitor()
458 if (NULL == mon_free) in ntp_monitor()
460 UNLINK_HEAD_SLIST(mon, mon_free, hash_next); in ntp_monitor()