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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_intr.c1455 pmcs_io_intr_coal_t *ici; local
1457 ici = &pwp->io_intr_coal;
1459 while (ici->stop_thread == B_FALSE) {
1464 while (ici->stop_thread == B_FALSE) {
1466 lbolt + ici->quantum);
1472 if (ici->stop_thread == B_TRUE) {
1482 if (ici->num_intrs == 0) {
1500 ici->timer_on = B_FALSE;
1501 ici->max_io_completions = 0;
1502 ici
[all...]

Completed in 69 milliseconds