Home
last modified time | relevance | path

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

/freebsd-src/contrib/ntp/ntpd/
H A Dntp_peer.c114 static struct peer init_peer_alloc[INIT_PEER_ALLOC]; /* init alloc */ variable
140 for (i = COUNTOF(init_peer_alloc) - 1; i >= 0; i--) in init_peer()
141 LINK_SLIST(peer_free, &init_peer_alloc[i], p_link); in init_peer()
142 total_peer_structs = COUNTOF(init_peer_alloc); in init_peer()
143 peer_free_count = COUNTOF(init_peer_alloc); in init_peer()