Searched defs:last_pending (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c1807 int pending, last_pending; local
1838 if (pending == last_pending) {
1843 if ((last_pending == 0 && (pending == 0)) ||
1855 last_pending = pending;
1858 last_pending = _sd_pending_iobuf();

Completed in 297 milliseconds