Home
last modified time | relevance | path

Searched defs:rcu_lock_st (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dthreads_win.c79 struct rcu_lock_st { struct
81 struct rcu_cb_item *cb_items;
84 OSSL_LIB_CTX *ctx;
87 struct rcu_qp *qp_group;
90 uint32_t id_ctr;
93 uint32_t group_count;
96 uint32_t reader_idx;
99 uint32_t next_to_retire;
102 uint32_t current_alloc_idx;
126 static struct rcu_qp *allocate_new_qp_group(struct rcu_lock_st *lock, in allocate_new_qp_group() argument
H A Dthreads_pthread.c213 struct rcu_lock_st { struct
215 struct rcu_cb_item *cb_items;
218 OSSL_LIB_CTX *ctx;
221 struct rcu_qp *qp_group;
224 uint32_t id_ctr;
227 uint32_t group_count;
230 uint32_t reader_idx;
233 uint32_t next_to_retire;
258 static struct rcu_qp *get_hold_current_qp(struct rcu_lock_st *lock) in get_hold_current_qp() argument
H A Dthreads_none.c22 struct rcu_lock_st { struct
29 struct rcu_lock_st *lock; in ossl_rcu_lock_new() argument