Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/io/ioat/
H A Dioat_rs.c59 uint_t rs_last; member
102 rstruct->rs_last = min_val; in ioat_rs_init()
175 array_idx = rstruct->rs_last >> 6; in ioat_rs_alloc()
177 last = rstruct->rs_last & 0x3F; in ioat_rs_alloc()
182 *resource = rstruct->rs_last; in ioat_rs_alloc()
192 rstruct->rs_last++; in ioat_rs_alloc()
193 if (rstruct->rs_last > max) { in ioat_rs_alloc()
194 rstruct->rs_last = rstruct->rs_min; in ioat_rs_alloc()
207 rstruct->rs_last++; in ioat_rs_alloc()
208 if (rstruct->rs_last > max) { in ioat_rs_alloc()
[all …]
/titanic_50/usr/src/uts/common/xen/io/
H A Dxpvtap.c1434 rstruct->rs_last = min_val; in xpvtap_rs_init()
1507 array_idx = rstruct->rs_last >> 6; in xpvtap_rs_alloc()
1509 last = rstruct->rs_last & 0x3F; in xpvtap_rs_alloc()
1514 *resource = rstruct->rs_last; in xpvtap_rs_alloc()
1524 rstruct->rs_last++; in xpvtap_rs_alloc()
1525 if (rstruct->rs_last > max) { in xpvtap_rs_alloc()
1526 rstruct->rs_last = rstruct->rs_min; in xpvtap_rs_alloc()
1539 rstruct->rs_last++; in xpvtap_rs_alloc()
1540 if (rstruct->rs_last > max) { in xpvtap_rs_alloc()
1541 rstruct->rs_last = rstruct->rs_min; in xpvtap_rs_alloc()
[all …]
H A Dxpvtap.h74 uint_t rs_last; member