HomeSort by: relevance | last modified time | path
    Searched defs:locktype (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd-command.c 95 const char *locktype; local
154 if ((locktype = do_lock_query(lockname)))
155 *retlen = 1 + snprintf(*buf, buflen, "%s", locktype);
clvmd-command.c 95 const char *locktype; local
154 if ((locktype = do_lock_query(lockname)))
155 *retlen = 1 + snprintf(*buf, buflen, "%s", locktype);
  /src/sys/fs/nfs/common/
nfs_fha.h 83 int locktype; member in struct:fha_info
nfs_fha.h 83 int locktype; member in struct:fha_info
  /src/external/bsd/libevent/dist/
evthread.c 190 unsigned locktype; member in struct:debug_lock
199 debug_lock_alloc(unsigned locktype)
206 locktype|EVTHREAD_LOCKTYPE_RECURSIVE))) {
214 result->locktype = locktype;
221 debug_lock_free(void *lock_, unsigned locktype)
225 EVUTIL_ASSERT(locktype == lock->locktype);
229 lock->locktype|EVTHREAD_LOCKTYPE_RECURSIVE);
242 if (!(lock->locktype & EVTHREAD_LOCKTYPE_RECURSIVE)
    [all...]
evthread.c 190 unsigned locktype; member in struct:debug_lock
199 debug_lock_alloc(unsigned locktype)
206 locktype|EVTHREAD_LOCKTYPE_RECURSIVE))) {
214 result->locktype = locktype;
221 debug_lock_free(void *lock_, unsigned locktype)
225 EVUTIL_ASSERT(locktype == lock->locktype);
229 lock->locktype|EVTHREAD_LOCKTYPE_RECURSIVE);
242 if (!(lock->locktype & EVTHREAD_LOCKTYPE_RECURSIVE)
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
evthread.c 188 unsigned locktype; member in struct:debug_lock
197 debug_lock_alloc(unsigned locktype)
204 locktype|EVTHREAD_LOCKTYPE_RECURSIVE))) {
212 result->locktype = locktype;
219 debug_lock_free(void *lock_, unsigned locktype)
223 EVUTIL_ASSERT(locktype == lock->locktype);
227 lock->locktype|EVTHREAD_LOCKTYPE_RECURSIVE);
240 if (!(lock->locktype & EVTHREAD_LOCKTYPE_RECURSIVE)
    [all...]
evthread.c 188 unsigned locktype; member in struct:debug_lock
197 debug_lock_alloc(unsigned locktype)
204 locktype|EVTHREAD_LOCKTYPE_RECURSIVE))) {
212 result->locktype = locktype;
219 debug_lock_free(void *lock_, unsigned locktype)
223 EVUTIL_ASSERT(locktype == lock->locktype);
227 lock->locktype|EVTHREAD_LOCKTYPE_RECURSIVE);
240 if (!(lock->locktype & EVTHREAD_LOCKTYPE_RECURSIVE)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
nta.c 441 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
453 RWLOCK(&ntatable->rwlock, locktype);
472 if (locktype == isc_rwlocktype_read) {
473 RWUNLOCK(&ntatable->rwlock, locktype);
474 locktype = isc_rwlocktype_write;
499 RWUNLOCK(&ntatable->rwlock, locktype);
nta.c 441 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
453 RWLOCK(&ntatable->rwlock, locktype);
472 if (locktype == isc_rwlocktype_read) {
473 RWUNLOCK(&ntatable->rwlock, locktype);
474 locktype = isc_rwlocktype_write;
499 RWUNLOCK(&ntatable->rwlock, locktype);
rbtdb.c 1927 isc_rwlocktype_t locktype) {
1928 if (locktype == isc_rwlocktype_write && ISC_LINK_LINKED(node, deadlink))
1955 isc_rwlocktype_t locktype) {
1958 INSIST(locktype == isc_rwlocktype_write);
1960 new_reference(rbtdb, node, locktype);
2041 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
2045 POST(locktype);
2047 NODE_LOCK(nodelock, locktype);
2063 NODE_UNLOCK(nodelock, locktype);
2064 locktype = isc_rwlocktype_write
2911 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
4745 isc_rwlocktype_t locktype; local
4823 isc_rwlocktype_t locktype; local
4965 isc_rwlocktype_t locktype; local
5056 isc_rwlocktype_t locktype; local
5419 isc_rwlocktype_t locktype; local
5947 isc_rwlocktype_t locktype; local
    [all...]
rbtdb.c 1927 isc_rwlocktype_t locktype) {
1928 if (locktype == isc_rwlocktype_write && ISC_LINK_LINKED(node, deadlink))
1955 isc_rwlocktype_t locktype) {
1958 INSIST(locktype == isc_rwlocktype_write);
1960 new_reference(rbtdb, node, locktype);
2041 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
2045 POST(locktype);
2047 NODE_LOCK(nodelock, locktype);
2063 NODE_UNLOCK(nodelock, locktype);
2064 locktype = isc_rwlocktype_write
2911 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
4745 isc_rwlocktype_t locktype; local
4823 isc_rwlocktype_t locktype; local
4965 isc_rwlocktype_t locktype; local
5056 isc_rwlocktype_t locktype; local
5419 isc_rwlocktype_t locktype; local
5947 isc_rwlocktype_t locktype; local
    [all...]
  /src/external/gpl2/xcvs/dist/src/
recurse.c 44 int locktype; member in struct:recursion_frame
125 * locktype
161 int which, int aflag, int locktype,
177 " locktype=%d, update_preload=%s\n"
182 local, which, aflag, locktype,
191 " locktype=%d, update_preload=%s\n"
196 local, which, aflag, locktype,
209 frame.locktype = locktype;
611 int locktype; local
    [all...]
recurse.c 44 int locktype; member in struct:recursion_frame
125 * locktype
161 int which, int aflag, int locktype,
177 " locktype=%d, update_preload=%s\n"
182 local, which, aflag, locktype,
191 " locktype=%d, update_preload=%s\n"
196 local, which, aflag, locktype,
209 frame.locktype = locktype;
611 int locktype; local
    [all...]
  /src/usr.sbin/lockstat/
main.c 169 int eventtype, locktype, ch, nlfd, fd; local
184 locktype = -1;
206 locktype = matchname(locknames, optarg);
308 le.le_mask = (eventtype & LB_EVENT_MASK) | (locktype & LB_LOCK_MASK);
392 if (locktype != -1 &&
393 (name->mask & LB_LOCK_MASK) != locktype)
main.c 169 int eventtype, locktype, ch, nlfd, fd; local
184 locktype = -1;
206 locktype = matchname(locknames, optarg);
308 le.le_mask = (eventtype & LB_EVENT_MASK) | (locktype & LB_LOCK_MASK);
392 if (locktype != -1 &&
393 (name->mask & LB_LOCK_MASK) != locktype)
  /src/external/mpl/bind/dist/lib/dns/
tsig.c 1529 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
1537 RWLOCK(&ring->lock, locktype);
1541 RWUNLOCK(&ring->lock, locktype);
1546 RWUNLOCK(&ring->lock, locktype);
1553 if (locktype == isc_rwlocktype_read) {
1554 RWUNLOCK(&ring->lock, locktype);
1555 locktype = isc_rwlocktype_write;
1561 RWUNLOCK(&ring->lock, locktype);
1565 RWUNLOCK(&ring->lock, locktype);
tsig.c 1529 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
1537 RWLOCK(&ring->lock, locktype);
1541 RWUNLOCK(&ring->lock, locktype);
1546 RWUNLOCK(&ring->lock, locktype);
1553 if (locktype == isc_rwlocktype_read) {
1554 RWUNLOCK(&ring->lock, locktype);
1555 locktype = isc_rwlocktype_write;
1561 RWUNLOCK(&ring->lock, locktype);
1565 RWUNLOCK(&ring->lock, locktype);
adb.c 1273 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
1278 RWLOCK(&adb->names_lock, locktype);
1283 UPGRADELOCK(&adb->names_lock, locktype);
1296 UPGRADELOCK(&adb->names_lock, locktype);
1314 if (locktype == isc_rwlocktype_write) {
1328 if (locktype == isc_rwlocktype_write) {
1337 RWUNLOCK(&adb->names_lock, locktype);
1360 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
1365 RWLOCK(&adb->entries_lock, locktype);
1371 UPGRADELOCK(&adb->entries_lock, locktype);
    [all...]
adb.c 1273 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
1278 RWLOCK(&adb->names_lock, locktype);
1283 UPGRADELOCK(&adb->names_lock, locktype);
1296 UPGRADELOCK(&adb->names_lock, locktype);
1314 if (locktype == isc_rwlocktype_write) {
1328 if (locktype == isc_rwlocktype_write) {
1337 RWUNLOCK(&adb->names_lock, locktype);
1360 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
1365 RWLOCK(&adb->entries_lock, locktype);
1371 UPGRADELOCK(&adb->entries_lock, locktype);
    [all...]
resolver.c 1434 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
1449 RWLOCK(&res->counters_lock, locktype);
1467 UPGRADELOCK(&res->counters_lock, locktype);
1500 RWUNLOCK(&res->counters_lock, locktype);
10548 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
10552 RWLOCK(&res->fctxs_lock, locktype);
10563 RWUNLOCK(&res->fctxs_lock, locktype);
10567 UPGRADELOCK(&res->fctxs_lock, locktype);
10599 RWUNLOCK(&res->fctxs_lock, locktype);
resolver.c 1434 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
1449 RWLOCK(&res->counters_lock, locktype);
1467 UPGRADELOCK(&res->counters_lock, locktype);
1500 RWUNLOCK(&res->counters_lock, locktype);
10548 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
10552 RWLOCK(&res->fctxs_lock, locktype);
10563 RWUNLOCK(&res->fctxs_lock, locktype);
10567 UPGRADELOCK(&res->fctxs_lock, locktype);
10599 RWUNLOCK(&res->fctxs_lock, locktype);
  /src/external/public-domain/sqlite/dist/
sqlite3.c 46567 u8 locktype; \/* Type of lock currently held on this file *\/ member in struct:winFile
    [all...]
sqlite3.c 46567 u8 locktype; \/* Type of lock currently held on this file *\/ member in struct:winFile
    [all...]

Completed in 188 milliseconds