Searched refs:qactive (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/ida/
H A Didavar.h159 int qactive; member in struct:ida_softc
H A Dida.c549 if (!ida->qactive && !dumping)
551 ida->qactive++;
702 ida->qactive--;
704 if (ida->qactive)
716 device_printf(ida->dev, "%s() qactive %d\n", __func__, ida->qactive);

Completed in 73 milliseconds