Home
last modified time | relevance | path

Searched refs:async_ocnt (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/sun4/io/
H A Dsu_driver.c1080 async->async_ocnt = 0; in async_progress_check()
1199 while (async->async_ocnt > 0 || in asyclose()
1220 async->async_ocnt = 0; in asyclose()
1321 return ((async->async_ocnt > 0) || in asy_isbusy()
1759 if (async->async_ocnt > 0 && in async_txint()
1762 while (fifo_len > 0 && async->async_ocnt > 0) { in async_txint()
1766 async->async_ocnt--; in async_txint()
2113 if (async->async_ocnt > 0) { in async_softint()
2166 async->async_ocnt = 0; in async_softint()
2342 if ((async->async_ocnt <= 0 && (async->async_flags & ASYNC_BUSY)) || in async_softint()
[all …]
/titanic_50/usr/src/uts/common/io/
H A Dasy.c789 if (async->async_ocnt > 0) { in asyattach()
1724 async->async_ocnt = 0; in async_progress_check()
1860 while (async->async_ocnt > 0 || in asyclose()
1872 async->async_ocnt = 0; in asyclose()
1963 return ((async->async_ocnt > 0) || in asy_isbusy()
2301 (async->async_ocnt > 0)) in asyintr()
2338 if (async->async_ocnt > 0 && fifo_len > 0 && in async_txint()
2341 while (fifo_len-- > 0 && async->async_ocnt-- > 0) { in async_txint()
2698 if (async->async_ocnt > 0) { in async_softint()
2762 async->async_ocnt = 0; in async_softint()
[all …]
/titanic_50/usr/src/uts/common/xen/io/
H A Dxencons.h159 int async_ocnt; /* output count */ member
H A Dxencons.c491 async->async_ocnt = 0; in xenconsclose()
/titanic_50/usr/src/uts/sun4/sys/
H A Dsudev.h298 int async_ocnt; /* output count */ member
/titanic_50/usr/src/uts/common/sys/
H A Dasy.h330 int async_ocnt; /* output count */ member