Searched refs:cb_items (Results 1 – 3 of 3) sorted by relevance
81 struct rcu_cb_item *cb_items; member362 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu() local366 cb_items = lock->cb_items; in ossl_synchronize_rcu()367 lock->cb_items = NULL; in ossl_synchronize_rcu()389 while (cb_items != NULL) { in ossl_synchronize_rcu()390 tmpcb = cb_items; in ossl_synchronize_rcu()391 cb_items = cb_items->next; in ossl_synchronize_rcu()413 new->next = lock->cb_items; in ossl_rcu_call()414 lock->cb_items = new; in ossl_rcu_call()
24 struct rcu_cb_item *cb_items; member63 struct rcu_cb_item *items = lock->cb_items; in ossl_synchronize_rcu()66 lock->cb_items = NULL; in ossl_synchronize_rcu()85 new->next = lock->cb_items; in ossl_rcu_call()86 lock->cb_items = new; in ossl_rcu_call()
219 struct rcu_cb_item *cb_items; member462 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu() local465 cb_items = lock->cb_items; in ossl_synchronize_rcu()466 lock->cb_items = NULL; in ossl_synchronize_rcu()496 while (cb_items != NULL) { in ossl_synchronize_rcu()497 tmpcb = cb_items; in ossl_synchronize_rcu()498 cb_items = cb_items->next; in ossl_synchronize_rcu()518 new->next = lock->cb_items; in ossl_rcu_call()519 lock->cb_items = new; in ossl_rcu_call()