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
324 struct rcu_lock_st { struct326 struct rcu_cb_item *cb_items;329 OSSL_LIB_CTX *ctx;332 uint32_t id_ctr;336 struct rcu_qp *qp_group;339 uint32_t group_count;342 uint32_t reader_idx;345 uint32_t next_to_retire;370 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 13 milliseconds