Home
last modified time | relevance | path

Searched refs:rw_unlock (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/openbsm/bin/auditdistd/
HDsender.c313 rw_unlock(&adist_remote_lock); in sender_connect()
329 rw_unlock(&adist_remote_lock); in sender_disconnect()
340 rw_unlock(&adist_remote_lock); in sender_disconnect()
502 rw_unlock(&adist_remote_lock); in keepalive_send()
505 rw_unlock(&adist_remote_lock); in keepalive_send()
563 rw_unlock(&adist_remote_lock); in send_thread()
573 rw_unlock(&adist_remote_lock); in send_thread()
614 rw_unlock(&adist_remote_lock); in recv_thread()
619 rw_unlock(&adist_remote_lock); in recv_thread()
624 rw_unlock(&adist_remote_lock); in recv_thread()
[all …]
HDsynch.h129 rw_unlock(pthread_rwlock_t *lock) in rw_unlock() function
/NextBSD/sbin/hastd/
HDprimary.c1147 rw_unlock(&hio_remote_lock[ncomp]); in remote_close()
1163 rw_unlock(&hio_remote_lock[ncomp]); in remote_close()
1205 rw_unlock(&hio_remote_lock[ncomp]); in write_complete()
1510 rw_unlock(&hio_remote_lock[ncomp]); in keepalive_send()
1520 rw_unlock(&hio_remote_lock[ncomp]); in keepalive_send()
1527 rw_unlock(&hio_remote_lock[ncomp]); in keepalive_send()
1535 rw_unlock(&hio_remote_lock[ncomp]); in keepalive_send()
1625 rw_unlock(&hio_remote_lock[ncomp]); in remote_send_thread()
1645 rw_unlock(&hio_remote_lock[ncomp]); in remote_send_thread()
1653 rw_unlock(&hio_remote_lock[ncomp]); in remote_send_thread()
[all …]
HDsynch.h129 rw_unlock(pthread_rwlock_t *lock) __unlocks(*lock) in rw_unlock() function
/NextBSD/sys/contrib/vchiq/interface/compat/
HDvchi_bsd.h174 #define read_unlock(rwlock) rw_unlock(rwlock)
177 #define write_unlock(rwlock) rw_unlock(rwlock)
184 rw_unlock(rwlock)
187 #define read_unlock_bh(rwlock) rw_unlock(rwlock)
189 #define write_unlock_bh(rwlock) rw_unlock(rwlock)
/NextBSD/cddl/contrib/opensolaris/cmd/ztest/
HDztest.c2226 (void) rw_unlock(&ztest_name_lock); in ztest_io()
2235 (void) rw_unlock(&zd->zd_zilog_lock); in ztest_io()
2306 (void) rw_unlock(&zd->zd_zilog_lock); in ztest_zil_commit()
2335 (void) rw_unlock(&zd->zd_zilog_lock); in ztest_zil_remount()
2379 (void) rw_unlock(&ztest_name_lock); in ztest_spa_create_destroy()
2532 VERIFY(rw_unlock(&ztest_name_lock) == 0); in ztest_vdev_add_remove()
2721 (void) rw_unlock(&ztest_name_lock); in ztest_split_pool()
3311 (void) rw_unlock(&ztest_name_lock); in ztest_dmu_objset_create_destroy()
3359 (void) rw_unlock(&ztest_name_lock); in ztest_dmu_objset_create_destroy()
3371 (void) rw_unlock(&ztest_name_lock); in ztest_dmu_snapshot_create_destroy()
[all …]
/NextBSD/cddl/contrib/opensolaris/head/
HDthread.h62 #define rw_unlock(l) pthread_rwlock_unlock(l) macro
HDsynch.h119 int rw_unlock(rwlock_t *);
/NextBSD/crypto/openssl/crypto/threads/
HDth-lock.c237 rw_unlock(&(lock_cs[type])); in solaris_locking_callback()
/NextBSD/contrib/unbound/util/
HDlocks.h175 #define lock_rw_unlock(lock) LOCKRET(rw_unlock(lock))
/NextBSD/sys/sys/
HDrwlock.h272 #define rw_unlock(rw) do { \ macro
/NextBSD/cddl/contrib/opensolaris/lib/libzpool/common/
HDkernel.c240 VERIFY(rw_unlock(&rwlp->rw_lock) == 0); in rw_exit()
/NextBSD/share/man/man9/
HDMakefile1429 rwlock.9 rw_unlock.9 \