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

/bind-9.6-ESV-R11/lib/dns/
H A Dadb.c114 isc_mutex_t reflock; /*%< Covers irefcnt, erefcnt */
125 unsigned int irefcnt; member in struct:dns_adb
854 * irefcnt ourselves, since it will not be
899 * irefcnt ourselves, since it will not be
1192 INSIST(adb->irefcnt > 0);
1193 adb->irefcnt--;
1195 if (adb->irefcnt == 0) {
1206 if (adb->irefcnt == 0 && adb->erefcnt == 0)
1215 adb->irefcnt++;
2041 adb->irefcnt
[all...]

Completed in 191 milliseconds