Searched refs:sol_ofs_uobj_remove (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/ |
H A D | sol_ofs_common.h | 111 sol_ofs_uobj_t *sol_ofs_uobj_remove(sol_ofs_uobj_table_t *,
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs.c | 926 if (!sol_ofs_uobj_remove(&uverbs_uctxt_uo_tbl, &uctxt->uobj)) { in sol_uverbs_close() 991 (void) sol_ofs_uobj_remove(&uverbs_uah_uo_tbl, &uah->uobj); in sol_uverbs_close() 1109 (void) sol_ofs_uobj_remove(&uverbs_umr_uo_tbl, &umr->uobj); in sol_uverbs_close() 1534 (void) sol_ofs_uobj_remove(&uverbs_upd_uo_tbl, &upd->uobj); in sol_uverbs_alloc_pd() 1579 (void) sol_ofs_uobj_remove(&uverbs_upd_uo_tbl, &upd->uobj); in uverbs_upd_free() 2185 (void) sol_ofs_uobj_remove(&uverbs_umr_uo_tbl, &umr->uobj); in sol_uverbs_reg_mr() 2256 (void) sol_ofs_uobj_remove(&uverbs_umr_uo_tbl, &umr->uobj); in sol_uverbs_dereg_mr()
|
H A D | sol_uverbs_comp.c | 371 (void) sol_ofs_uobj_remove(&uverbs_ucq_uo_tbl, &ucq->uobj); in sol_uverbs_create_cq() 403 (void) sol_ofs_uobj_remove(&uverbs_ucq_uo_tbl, &ucq->uobj); in uverbs_ucq_free()
|
H A D | sol_uverbs_qp.c | 604 (void) sol_ofs_uobj_remove(&uverbs_uqp_uo_tbl, &uqp->uobj); in sol_uverbs_create_qp() 783 (void) sol_ofs_uobj_remove(&uverbs_uqp_uo_tbl, &uqp->uobj); in uverbs_uqp_free() 1985 (void) sol_ofs_uobj_remove(&uverbs_usrq_uo_tbl, &usrq->uobj); in sol_uverbs_create_srq() 2179 (void) sol_ofs_uobj_remove(&uverbs_usrq_uo_tbl, &usrq->uobj); in uverbs_usrq_free()
|
H A D | sol_uverbs_event.c | 93 if (sol_ofs_uobj_remove(&uverbs_ufile_uo_tbl, &ufile->uobj)) { in sol_uverbs_event_file_close()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/ |
H A D | sol_ucma.c | 629 (void) sol_ofs_uobj_remove(&ucma_file_uo_tbl, &(filep->file_uobj)); in sol_ucma_close() 1506 (void) sol_ofs_uobj_remove(&ucma_mcast_uo_tbl, 1525 (void) sol_ofs_uobj_remove(&ucma_mcast_uo_tbl, 1575 (void) sol_ofs_uobj_remove(&ucma_mcast_uo_tbl, &mcastp->mcast_uobj); 1848 (void) sol_ofs_uobj_remove(&ucma_ctx_uo_tbl, &(chanp->chan_uobj));
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_uobj.c | 405 sol_ofs_uobj_remove(sol_ofs_uobj_table_t *uo_tbl, sol_ofs_uobj_t *uobj) in sol_ofs_uobj_remove() function
|