Searched refs:p_txn_map (Results 1 – 2 of 2) sorted by relevance
283 cl_qmap_t *p_map = p_bo->txn_mgr.p_txn_map; in osmv_txn_abort_rmpp_txns()333 p_tx_mgr->p_txn_map = malloc(sizeof(cl_qmap_t)); in osmv_txnmgr_init()334 if (!p_tx_mgr->p_txn_map) { in osmv_txnmgr_init()340 memset(p_tx_mgr->p_txn_map, 0, sizeof(cl_qmap_t)); in osmv_txnmgr_init()342 cl_qmap_init(p_tx_mgr->p_txn_map); in osmv_txnmgr_init()353 free(p_bo->txn_mgr.p_txn_map); in osmv_txnmgr_done()377 p_tx_mgr->p_txn_map); in __osmv_txnmgr_lookup()379 p_item = cl_qmap_head(p_tx_mgr->p_txn_map); in __osmv_txnmgr_lookup()380 while (p_item != cl_qmap_end(p_tx_mgr->p_txn_map)) { in __osmv_txnmgr_lookup()388 p_item = cl_qmap_get(p_tx_mgr->p_txn_map, key); in __osmv_txnmgr_lookup()[all …]
96 cl_qmap_t *p_txn_map; member