Symbol: rlock
crypto/krb5/src/plugins/kdb/db2/kdb_db2.c
1424
char *rdb = NULL, *rlock = NULL, *rpol = NULL, *rplock = NULL;
crypto/krb5/src/plugins/kdb/db2/kdb_db2.c
1430
retval = ctx_allfiles(dbc_real, &rdb, &rlock, &rpol, &rplock);
crypto/krb5/src/plugins/kdb/db2/kdb_db2.c
1456
free(rlock);
crypto/openssl/crypto/threads_pthread.c
594
struct rcu_lock_st *rlock = (struct rcu_lock_st *)lock;
crypto/openssl/crypto/threads_pthread.c
600
ossl_synchronize_rcu(rlock);
crypto/openssl/crypto/threads_pthread.c
602
OPENSSL_free(rlock->qp_group);
crypto/openssl/crypto/threads_pthread.c
608
pthread_mutex_destroy(&rlock->write_lock);
crypto/openssl/crypto/threads_pthread.c
609
pthread_mutex_destroy(&rlock->prior_lock);
crypto/openssl/crypto/threads_pthread.c
610
pthread_mutex_destroy(&rlock->alloc_lock);
crypto/openssl/crypto/threads_pthread.c
611
pthread_cond_destroy(&rlock->prior_signal);
crypto/openssl/crypto/threads_pthread.c
612
pthread_cond_destroy(&rlock->alloc_signal);
crypto/openssl/crypto/threads_pthread.c
615
OPENSSL_free(rlock);
sbin/hastd/rangelock.c
113
struct rlock *rl;
sbin/hastd/rangelock.c
129
struct rlock *rl;
sbin/hastd/rangelock.c
50
TAILQ_HEAD(, rlock) rls_locks; /* List of locked ranges. */
sbin/hastd/rangelock.c
56
TAILQ_ENTRY(rlock) rl_next;
sbin/hastd/rangelock.c
81
struct rlock *rl;
sbin/hastd/rangelock.c
97
struct rlock *rl;
sys/compat/linuxkpi/common/include/linux/spinlock.h
191
#define raw_spin_lock_init(rlock) \
sys/compat/linuxkpi/common/include/linux/spinlock.h
192
mtx_init(&(rlock)->lock, spin_lock_name("lnxspin_raw"), \