Searched refs:chan_uobj (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ucma/
H A Dsol_ucma.h93 sol_ofs_uobj_t chan_uobj; member in struct:__anon7946
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c1806 sol_ofs_uobj_init(&new_chanp->chan_uobj, NULL, SOL_UCMA_CM_ID_TYPE);
1807 if (sol_ofs_uobj_add(&ucma_ctx_uo_tbl, &new_chanp->chan_uobj) != 0) {
1808 sol_ofs_uobj_free(&new_chanp->chan_uobj);
1813 new_chanp->chan_uobj.uo_live = 1;
1820 "chan_num %x, new_chan %p", filep, (new_chanp->chan_uobj).uo_id,
1825 new_chanp->chan_id = (new_chanp->chan_uobj).uo_id;
1845 rw_enter(&(chanp->chan_uobj.uo_lock), RW_WRITER);
1846 (void) sol_ofs_uobj_remove(&ucma_ctx_uo_tbl, &(chanp->chan_uobj));
1847 rw_exit(&(chanp->chan_uobj.uo_lock));
1848 sol_ofs_uobj_free(&(chanp->chan_uobj));
[all...]

Completed in 71 milliseconds