Home
last modified time | relevance | path

Searched refs:mcast_uobj (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c1491 sol_ofs_uobj_init(&mcastp->mcast_uobj, 0, SOL_UCMA_MCAST_TYPE);
1492 if (sol_ofs_uobj_add(&ucma_mcast_uo_tbl, &mcastp->mcast_uobj) != 0) {
1493 sol_ofs_uobj_free(&mcastp->mcast_uobj);
1496 mcastp->mcast_uobj.uo_live = 1;
1497 mcastp->mcast_id = join_resp.id = mcastp->mcast_uobj.uo_id;
1505 rw_enter(&(mcastp->mcast_uobj.uo_lock), RW_WRITER);
1507 &mcastp->mcast_uobj);
1508 rw_exit(&(mcastp->mcast_uobj.uo_lock));
1509 sol_ofs_uobj_free(&mcastp->mcast_uobj);
1524 rw_enter(&(mcastp->mcast_uobj.uo_lock), RW_WRITER);
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ucma/
H A Dsol_ucma.h120 sol_ofs_uobj_t mcast_uobj; member