HomeSort by: relevance | last modified time | path
    Searched refs:tree_lock (Results 1 - 11 of 11) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
dbtable.c 32 isc_rwlock_t tree_lock; member in struct:dns_dbtable
35 /* Locked by tree_lock. */
69 isc_rwlock_init(&dbtable->tree_lock, 0, 0);
93 RWLOCK(&dbtable->tree_lock, isc_rwlocktype_write);
101 RWUNLOCK(&dbtable->tree_lock, isc_rwlocktype_write);
103 isc_rwlock_destroy(&dbtable->tree_lock);
145 RWLOCK(&dbtable->tree_lock, isc_rwlocktype_write);
147 RWUNLOCK(&dbtable->tree_lock, isc_rwlocktype_write);
170 RWLOCK(&dbtable->tree_lock, isc_rwlocktype_write);
181 RWUNLOCK(&dbtable->tree_lock, isc_rwlocktype_write)
    [all...]
rbtdb.c 477 isc_rwlock_t tree_lock; member in struct:dns_rbtdb
527 * Locked by tree_lock. */
545 /* Locked by tree_lock. */
1224 isc_rwlock_destroy(&rbtdb->tree_lock);
1843 * tree_lock(write) must be held.
2167 result = isc_rwlock_tryupgrade(&rbtdb->tree_lock);
2169 result = isc_rwlock_trylock(&rbtdb->tree_lock,
2235 RWUNLOCK(&rbtdb->tree_lock, isc_rwlocktype_write);
2241 isc_rwlock_downgrade(&rbtdb->tree_lock);
2275 RWLOCK(&rbtdb->tree_lock, isc_rwlocktype_write)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_active_types.h 41 spinlock_t tree_lock; member in struct:i915_active
i915_active.c 102 lockdep_assert_held(&ref->tree_lock);
109 lockdep_assert_held(&ref->tree_lock);
184 if (!atomic_dec_and_lock_irqsave(&ref->count, &ref->tree_lock, flags))
199 DRM_SPIN_WAKEUP_ALL(&ref->tree_wq, &ref->tree_lock);
201 spin_unlock_irqrestore(&ref->tree_lock, flags);
295 spin_lock_irq(&ref->tree_lock);
342 spin_unlock_irq(&ref->tree_lock);
369 spin_lock_init(&ref->tree_lock);
504 spin_lock_irq(&ref->tree_lock); /* __active_retire() */
507 spin_unlock_irq(&ref->tree_lock);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_active.c 293 spin_lock_irq(&ref->tree_lock);
294 spin_unlock_irq(&ref->tree_lock);
  /src/external/mpl/bind/dist/lib/dns/
rbtdb.c 583 TREE_DESTROYLOCK(&rbtdb->tree_lock);
1041 * tree_lock(write) must be held.
1396 result = TREE_TRYUPGRADE(&rbtdb->tree_lock, tlocktypep);
1402 result = TREE_TRYWRLOCK(&rbtdb->tree_lock, tlocktypep);
1461 TREE_UNLOCK(&rbtdb->tree_lock, tlocktypep);
1502 TREE_WRLOCK(&rbtdb->tree_lock, &tlocktype);
1542 TREE_UNLOCK(&rbtdb->tree_lock, &tlocktype);
1664 TREE_RDLOCK(&rbtdb->tree_lock, &tlocktype);
1735 TREE_UNLOCK(&rbtdb->tree_lock, &tlocktype);
1746 TREE_WRLOCK(&rbtdb->tree_lock, &tlocktype)
    [all...]
qpcache.c 258 isc_rwlock_t tree_lock; member in struct:qpcache
301 /* Locked by tree_lock. */
630 * tree_lock(write) must be held.
825 result = TREE_TRYUPGRADE(&qpdb->tree_lock, tlocktypep);
831 result = TREE_TRYWRLOCK(&qpdb->tree_lock, tlocktypep);
872 TREE_UNLOCK(&qpdb->tree_lock, tlocktypep);
1640 TREE_RDLOCK(&search.qpdb->tree_lock, &tlocktype);
2025 TREE_UNLOCK(&search.qpdb->tree_lock, &tlocktype);
2079 TREE_RDLOCK(&search.qpdb->tree_lock, &tlocktype);
2203 TREE_UNLOCK(&search.qpdb->tree_lock, &tlocktype)
    [all...]
rbt-cachedb.c 797 TREE_RDLOCK(&search.rbtdb->tree_lock, &tlocktype);
1154 TREE_UNLOCK(&search.rbtdb->tree_lock, &tlocktype);
1220 TREE_RDLOCK(&search.rbtdb->tree_lock, &tlocktype);
1330 TREE_UNLOCK(&search.rbtdb->tree_lock, &tlocktype);
1452 TREE_RDLOCK(&rbtdb->tree_lock, &tlocktype);
1454 TREE_UNLOCK(&rbtdb->tree_lock, &tlocktype);
rbtdb_p.h 106 isc_rwlock_t tree_lock; member in struct:dns_rbtdb
171 /* Locked by tree_lock. */
rbt-zonedb.c 1029 TREE_RDLOCK(&search.rbtdb->tree_lock, &tlocktype);
1469 TREE_UNLOCK(&search.rbtdb->tree_lock, &tlocktype);
2015 TREE_RDLOCK(&rbtdb->tree_lock, &tlocktype);
2076 TREE_UNLOCK(&rbtdb->tree_lock, &tlocktype);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
dcigettext.c 271 gl_rwlock_define_initialized (static, tree_lock)
582 gl_rwlock_rdlock (tree_lock);
586 gl_rwlock_unlock (tree_lock);
815 gl_rwlock_wrlock (tree_lock);
821 gl_rwlock_unlock (tree_lock);

Completed in 43 milliseconds