Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_uobj.c131 for (j = 0; j < SOL_OFS_UO_BLKSZ; j++) { in sol_ofs_uobj_tbl_fini()
300 for (j = 0; j < SOL_OFS_UO_BLKSZ; j++) { in sol_ofs_uobj_add()
304 SOL_OFS_UO_BLKSZ); in sol_ofs_uobj_add()
330 newsz = uo_tbl->uobj_tbl_num_blks + SOL_OFS_UO_BLKSZ; in sol_ofs_uobj_add()
371 blk->ofs_uo_blk_avail = SOL_OFS_UO_BLKSZ - 1; in sol_ofs_uobj_add()
376 uobj->uo_id = empty * SOL_OFS_UO_BLKSZ; in sol_ofs_uobj_add()
434 i = uobj->uo_id / SOL_OFS_UO_BLKSZ; in sol_ofs_uobj_remove()
435 j = uobj->uo_id % SOL_OFS_UO_BLKSZ; in sol_ofs_uobj_remove()
469 if (blk->ofs_uo_blk_avail == SOL_OFS_UO_BLKSZ) { in sol_ofs_uobj_remove()
524 i = uo_id / SOL_OFS_UO_BLKSZ; in ofs_uobj_find()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_ofs_common.h83 #define SOL_OFS_UO_BLKSZ 16 macro
87 sol_ofs_uobj_t *ofs_uoblk_blks[SOL_OFS_UO_BLKSZ];
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c680 for (j = 0; j < SOL_OFS_UO_BLKSZ; j++) { in uverbs_async_unaff_event_handler()
H A Dsol_uverbs.c2767 for (j = 0; j < SOL_OFS_UO_BLKSZ; j++) { in sol_uverbs_qpnum2uqpid()