Home
last modified time | relevance | path

Searched refs:odd_txcount (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Doverlay_impl.h115 uint_t odd_txcount; /* protected by odd_lock */ member
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay.c888 odd->odd_txcount++; in overlay_io_start()
909 ASSERT(odd->odd_txcount > 0); in overlay_io_done()
910 odd->odd_txcount--; in overlay_io_done()
911 if (odd->odd_txcount == 0) { in overlay_io_done()