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

/illumos-gate/usr/src/uts/common/io/
H A Demul64_bsd.c1344 static uint_t emul64_io_count = 0; /* # I/Os since last wait */ local
1362 } else if (emul64_io_count++ > emul64_yield_period) {
1374 emul64_io_count = 0;

Completed in 74 milliseconds