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

/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio.c830 int handler_count; local
839 for (handler_count = 0;
840 vq_handlers && vq_handlers[handler_count].vh_func;
841 handler_count++)
846 handler_count++;
859 ASSERT(handler_count <= count);
862 handler_count, KM_SLEEP);
865 handler_count, &actual, DDI_INTR_ALLOC_NORMAL);
871 if (actual != handler_count) {
874 handler_count, actua
[all...]

Completed in 47 milliseconds