Searched defs:rcu_lock_st (Results 1 – 3 of 3) sorted by relevance
98 struct rcu_lock_st { struct100 struct rcu_cb_item *cb_items;103 OSSL_LIB_CTX *ctx;106 uint32_t id_ctr;110 struct rcu_qp *qp_group;113 uint32_t group_count;116 uint32_t reader_idx;119 uint32_t next_to_retire;122 uint32_t current_alloc_idx;148 static struct rcu_qp *allocate_new_qp_group(struct rcu_lock_st *lock, in allocate_new_qp_group() argument
325 struct rcu_lock_st { struct327 struct rcu_cb_item *cb_items;330 OSSL_LIB_CTX *ctx;333 uint32_t id_ctr;337 struct rcu_qp *qp_group;340 uint32_t group_count;343 uint32_t reader_idx;346 uint32_t next_to_retire;371 static struct rcu_qp *get_hold_current_qp(struct rcu_lock_st *lock) in get_hold_current_qp() argument
22 struct rcu_lock_st { struct29 struct rcu_lock_st *lock; in ossl_rcu_lock_new() argument
Completed in 15 milliseconds