Home
last modified time | relevance | path

Searched refs:txn_mgr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_txn.c88 p_txn->p_log = p_bo->txn_mgr.p_log; in osmv_txn_init()
95 st = __osmv_txnmgr_insert_txn(&p_bo->txn_mgr, p_txn, key); in osmv_txn_init()
221 ((osmv_bind_obj_t *) h_bind)->txn_mgr.p_event_wheel; in osmv_txn_remove_timeout_ev()
247 __osmv_txnmgr_remove_txn(&p_bo->txn_mgr, key, &p_ctx)) { in osmv_txn_done()
283 cl_qmap_t *p_map = p_bo->txn_mgr.p_txn_map; in osmv_txn_abort_rmpp_txns()
353 free(p_bo->txn_mgr.p_txn_map); in osmv_txnmgr_done()
355 cl_event_wheel_destroy(p_bo->txn_mgr.p_event_wheel); in osmv_txnmgr_done()
356 free(p_bo->txn_mgr.p_event_wheel); in osmv_txnmgr_done()
481 p_item = cl_qmap_head(p_bo->txn_mgr.p_txn_map); in __osmv_txn_all_done()
482 while (p_item != cl_qmap_end(p_bo->txn_mgr.p_txn_map)) { in __osmv_txn_all_done()
[all …]
H A Dosm_vendor_mlx_anafa.c284 if (osmv_txnmgr_init(&p_bo->txn_mgr, p_vend->p_log, &(p_bo->lock)) != in osm_vendor_bind()
629 p_bo->txn_mgr.p_event_wheel->closing = TRUE; in __osm_vendor_internal_unbind()
H A Dosm_vendor_mlx.c268 if (osmv_txnmgr_init(&p_bo->txn_mgr, p_vend->p_log, &(p_bo->lock)) != in osm_vendor_bind()
631 p_bo->txn_mgr.p_event_wheel->closing = TRUE; in __osm_vendor_internal_unbind()
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_defs.h96 osmv_txn_mgr_t txn_mgr; member