Lines Matching refs:locked
151 INSIST((z)->locked == ISC_FALSE); \
152 (z)->locked = ISC_TRUE; \
155 do { (z)->locked = ISC_FALSE; UNLOCK(&(z)->lock); } while (0)
156 #define LOCKED_ZONE(z) ((z)->locked)
161 INSIST((z)->locked == ISC_FALSE); \
162 (z)->locked = ISC_TRUE; \
190 isc_boolean_t locked;
278 dns_xfrin_ctx_t *xfr; /* task locked */
877 * Increment resolver-related statistics counters. Zone must be locked.
919 zone->locked = ISC_FALSE;
1909 zone_load(dns_zone_t *zone, unsigned int flags, isc_boolean_t locked) {
1918 if (!locked)
1926 if (!locked)
2148 if (!locked)
3316 * Zone must be locked by caller.
3492 * Zone must be locked by caller.
4418 * The zone is presumed to be locked.
4419 * If this is a inline_raw zone the secure version is also locked.
5157 * zone must be locked.
5268 * with the view already locked.
5302 * 'source' locked by caller.
5318 * 'zone' locked by caller.
9911 result = zone_dump(zone, ISC_TRUE); /* task locked */
10053 * 'zone' locked by caller.
10172 * 'zone' locked by caller
10265 * Note: we are task locked here so we can test
10333 * 'compact' MUST only be set if we are task locked.
10497 * 'zone' locked by caller.
10517 * 'zone' locked by caller.
10533 * 'zone' locked by caller.
10692 notify_destroy(dns_notify_t *notify, isc_boolean_t locked) {
10698 if (!locked)
10703 if (!locked)
10705 if (locked)
12909 * 'zone' locked by caller.
14811 * 'zone' and 'zonedb' locked by caller.
16363 * The zone manager is locked by the caller.
16405 * The zone manager is locked by the caller.