Searched refs:mon_hash (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_monitor.c71 static struct mon_data *mon_hash[MON_HASH_SIZE]; /* list ptrs */ variable in typeref:struct:mon_data
108 memset(&mon_hash[0], 0, sizeof mon_hash);
167 md = mon_hash[i]; /* get next list */
168 mon_hash[i] = NULL; /* zero the list head */
224 md = mon_hash[hash];
299 md->hash_next = mon_hash[hash];
300 mon_hash[hash] = md;
345 if (mon_hash[hash] == md) {
346 mon_hash[has
[all...]

Completed in 59 milliseconds