Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_uobj.c86 uo_tbl->uobj_tbl_uo_root = NULL; in sol_ofs_uobj_tbl_init()
127 blk = uo_tbl->uobj_tbl_uo_root[i]; in sol_ofs_uobj_tbl_fini()
146 if (uo_tbl->uobj_tbl_uo_root) { in sol_ofs_uobj_tbl_fini()
150 kmem_free(uo_tbl->uobj_tbl_uo_root, size); in sol_ofs_uobj_tbl_fini()
295 blk = uo_tbl->uobj_tbl_uo_root[i]; in sol_ofs_uobj_add()
343 if (uo_tbl->uobj_tbl_uo_root) { in sol_ofs_uobj_add()
351 uo_tbl->uobj_tbl_uo_root = p; in sol_ofs_uobj_add()
370 uo_tbl->uobj_tbl_uo_root[empty] = blk; in sol_ofs_uobj_add()
446 blk = uo_tbl->uobj_tbl_uo_root[i]; in sol_ofs_uobj_remove()
471 uo_tbl->uobj_tbl_uo_root[i] = NULL; in sol_ofs_uobj_remove()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_ofs_common.h96 sol_ofs_uobj_blk_t **uobj_tbl_uo_root; member
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c676 blk = uo_tbl->uobj_tbl_uo_root[i]; in uverbs_async_unaff_event_handler()
H A Dsol_uverbs.c2765 blk = uo_tbl->uobj_tbl_uo_root[i]; in sol_uverbs_qpnum2uqpid()