HomeSort by: relevance | last modified time | path
    Searched defs:init_peer_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_peer.c 102 #define INIT_PEER_ALLOC 8 /* static preallocation */
116 static struct peer init_peer_alloc[INIT_PEER_ALLOC]; /* init alloc */ variable in typeref:struct:peer
142 for (i = COUNTOF(init_peer_alloc) - 1; i >= 0; i--)
143 LINK_SLIST(peer_free, &init_peer_alloc[i], p_link);
144 total_peer_structs = COUNTOF(init_peer_alloc);
145 peer_free_count = COUNTOF(init_peer_alloc);
ntp_peer.c 102 #define INIT_PEER_ALLOC 8 /* static preallocation */
116 static struct peer init_peer_alloc[INIT_PEER_ALLOC]; /* init alloc */ variable in typeref:struct:peer
142 for (i = COUNTOF(init_peer_alloc) - 1; i >= 0; i--)
143 LINK_SLIST(peer_free, &init_peer_alloc[i], p_link);
144 total_peer_structs = COUNTOF(init_peer_alloc);
145 peer_free_count = COUNTOF(init_peer_alloc);

Completed in 86 milliseconds