Searched refs:tmpcb (Results 1 – 2 of 2) sorted by relevance
365 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu() local393 tmpcb = cb_items; in ossl_synchronize_rcu()395 tmpcb->fn(tmpcb->data); in ossl_synchronize_rcu()396 OPENSSL_free(tmpcb); in ossl_synchronize_rcu()
454 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu() local486 tmpcb = cb_items; in ossl_synchronize_rcu()488 tmpcb->fn(tmpcb->data); in ossl_synchronize_rcu()489 OPENSSL_free(tmpcb); in ossl_synchronize_rcu()
Completed in 10 milliseconds