HomeSort by: relevance | last modified time | path
    Searched defs:xbdi_pendingreqs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xen/
xbdback_xenbus.c 233 uint xbdi_pendingreqs; /* number of I/O in fly */ member in struct:xbdback_instance
959 if (xbdi->xbdi_pendingreqs > 0) {
1156 if (xbdi->xbdi_pendingreqs > 0) {
1355 xbdi->xbdi_pendingreqs++; /* xbdback_io_error will -- */
1398 KASSERT(xbdi->xbdi_pendingreqs > 1);
1409 xbdi->xbdi_pendingreqs++;
1594 KASSERT(xbdi->xbdi_pendingreqs > 0);
1595 xbdi->xbdi_pendingreqs--;
xbdback_xenbus.c 233 uint xbdi_pendingreqs; /* number of I/O in fly */ member in struct:xbdback_instance
959 if (xbdi->xbdi_pendingreqs > 0) {
1156 if (xbdi->xbdi_pendingreqs > 0) {
1355 xbdi->xbdi_pendingreqs++; /* xbdback_io_error will -- */
1398 KASSERT(xbdi->xbdi_pendingreqs > 1);
1409 xbdi->xbdi_pendingreqs++;
1594 KASSERT(xbdi->xbdi_pendingreqs > 0);
1595 xbdi->xbdi_pendingreqs--;

Completed in 26 milliseconds