| ntp_peer.c | 74 * They also maintain a free list of peer structures, peer_free. 89 static struct peer *peer_free; /* peer structures free list */ variable in typeref:struct:peer 143 LINK_SLIST(peer_free, &init_peer_alloc[i], p_link); 169 LINK_SLIST(peer_free, &peers[i], p_link); 535 LINK_SLIST(peer_free, p, p_link); 933 UNLINK_HEAD_SLIST(peer, peer_free, p_link);
|