Searched refs:tmpcb (Results 1 – 2 of 2) sorted by relevance
374 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu() local402 tmpcb = cb_items; in ossl_synchronize_rcu()404 tmpcb->fn(tmpcb->data); in ossl_synchronize_rcu()405 OPENSSL_free(tmpcb); in ossl_synchronize_rcu()
494 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu() local529 tmpcb = cb_items; in ossl_synchronize_rcu()531 tmpcb->fn(tmpcb->data); in ossl_synchronize_rcu()532 OPENSSL_free(tmpcb); in ossl_synchronize_rcu()
Completed in 8 milliseconds