Home
last modified time | relevance | path

Searched refs:array_idx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_rs.c149 uint_t array_idx; in ioat_rs_alloc() local
173 array_idx = rstruct->rs_last >> 6; in ioat_rs_alloc()
174 free = rstruct->rs_free[array_idx]; in ioat_rs_alloc()
183 rstruct->rs_free[array_idx] &= ~((uint64_t)1 << last); in ioat_rs_alloc()
226 uint_t array_idx; in ioat_rs_free() local
239 array_idx = resource >> 6; in ioat_rs_free()
241 rstruct->rs_free[array_idx] |= ((uint64_t)1 << offset); in ioat_rs_free()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvtap.c1481 uint_t array_idx; in xpvtap_rs_alloc() local
1505 array_idx = rstruct->rs_last >> 6; in xpvtap_rs_alloc()
1506 free = rstruct->rs_free[array_idx]; in xpvtap_rs_alloc()
1515 rstruct->rs_free[array_idx] &= ~((uint64_t)1 << last); in xpvtap_rs_alloc()
1558 uint_t array_idx; in xpvtap_rs_free() local
1573 array_idx = resource >> 6; in xpvtap_rs_free()
1575 rstruct->rs_free[array_idx] |= ((uint64_t)1 << offset); in xpvtap_rs_free()
1591 uint_t array_idx; in xpvtap_rs_flush() local
1615 array_idx = rstruct->rs_last >> 6; in xpvtap_rs_flush()
1616 free = rstruct->rs_free[array_idx]; in xpvtap_rs_flush()
[all …]