Searched refs:tmpcb (Results 1 – 2 of 2) sorted by relevance
390 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu() local416 tmpcb = cb_items; in ossl_synchronize_rcu()418 tmpcb->fn(tmpcb->data); in ossl_synchronize_rcu()419 OPENSSL_free(tmpcb); in ossl_synchronize_rcu()
596 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu() local627 tmpcb = cb_items; in ossl_synchronize_rcu()629 tmpcb->fn(tmpcb->data); in ossl_synchronize_rcu()630 OPENSSL_free(tmpcb); in ossl_synchronize_rcu()
Completed in 14 milliseconds