Home
last modified time | relevance | path

Searched refs:rs_free_size (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/i86pc/io/ioat/
H A Dioat_rs.c53 uint_t rs_free_size; member
94 rstruct->rs_free_size = (max_val >> 6) * 8; in ioat_rs_init()
96 rstruct->rs_free_size = ((max_val >> 6) + 1) * 8; in ioat_rs_init()
98 rstruct->rs_free = kmem_alloc(rstruct->rs_free_size, KM_SLEEP); in ioat_rs_init()
108 array_size = rstruct->rs_free_size >> 3; in ioat_rs_init()
135 kmem_free(rstruct->rs_free, rstruct->rs_free_size); in ioat_rs_fini()
/titanic_41/usr/src/uts/common/xen/io/
H A Dxpvtap.h68 uint_t rs_free_size; member
H A Dxpvtap.c1426 rstruct->rs_free_size = (max_val >> 6) * 8; in xpvtap_rs_init()
1428 rstruct->rs_free_size = ((max_val >> 6) + 1) * 8; in xpvtap_rs_init()
1430 rstruct->rs_free = kmem_alloc(rstruct->rs_free_size, KM_SLEEP); in xpvtap_rs_init()
1440 array_size = rstruct->rs_free_size >> 3; in xpvtap_rs_init()
1467 kmem_free(rstruct->rs_free, rstruct->rs_free_size); in xpvtap_rs_fini()