Searched defs:prealloc_sz (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_rsrc.c2068 uint64_t num_swhdl, max_swhdl, prealloc_sz; local
2079 prealloc_sz = info->swi_prealloc_sz;
2104 info->swi_table_ptr = kmem_zalloc(num_swhdl * prealloc_sz,
2122 uint64_t num_swhdl, prealloc_sz; local
2131 prealloc_sz = info->swi_prealloc_sz;
2143 kmem_free(info->swi_table_ptr, num_swhdl * prealloc_sz);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c1688 uint64_t num_swhdl, max_swhdl, prealloc_sz; local
1697 prealloc_sz = info->swi_prealloc_sz;
1720 info->swi_table_ptr = kmem_zalloc(num_swhdl * prealloc_sz,
1738 uint64_t num_swhdl, prealloc_sz; local
1745 prealloc_sz = info->swi_prealloc_sz;
1757 kmem_free(info->swi_table_ptr, num_swhdl * prealloc_sz);

Completed in 68 milliseconds