Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_rs.c57 uint_t rs_last; member
100 rstruct->rs_last = min_val; in ioat_rs_init()
173 array_idx = rstruct->rs_last >> 6; in ioat_rs_alloc()
175 last = rstruct->rs_last & 0x3F; in ioat_rs_alloc()
180 *resource = rstruct->rs_last; in ioat_rs_alloc()
190 rstruct->rs_last++; in ioat_rs_alloc()
191 if (rstruct->rs_last > max) { in ioat_rs_alloc()
192 rstruct->rs_last = rstruct->rs_min; in ioat_rs_alloc()
205 rstruct->rs_last++; in ioat_rs_alloc()
206 if (rstruct->rs_last > max) { in ioat_rs_alloc()
[all …]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvtap.c1432 rstruct->rs_last = min_val; in xpvtap_rs_init()
1505 array_idx = rstruct->rs_last >> 6; in xpvtap_rs_alloc()
1507 last = rstruct->rs_last & 0x3F; in xpvtap_rs_alloc()
1512 *resource = rstruct->rs_last; in xpvtap_rs_alloc()
1522 rstruct->rs_last++; in xpvtap_rs_alloc()
1523 if (rstruct->rs_last > max) { in xpvtap_rs_alloc()
1524 rstruct->rs_last = rstruct->rs_min; in xpvtap_rs_alloc()
1537 rstruct->rs_last++; in xpvtap_rs_alloc()
1538 if (rstruct->rs_last > max) { in xpvtap_rs_alloc()
1539 rstruct->rs_last = rstruct->rs_min; in xpvtap_rs_alloc()
[all …]
H A Dxpvtap.h74 uint_t rs_last; member