Lines Matching full:interrupts
84 * gatekeeper preventing soft interrupts from being queued. In this capacity,
86 * it can end up set while iv_pending is reset, preventing soft interrupts from
121 * Register these software interrupts for ddi timer. in intr_init()
122 * Software interrupts up to the level 10 are supported. in intr_init()
141 * of soft interrupts. Soft interrupts can't be dispatched until after in intr_init()
170 * Trigger software interrupts dedicated to ddi timer.
384 /* Clear pending interrupts at this level if the list is empty */ in intr_dequeue_req()
406 * Take the specified CPU out of participation in interrupts.
428 * Allow the specified CPU to participate in interrupts.
430 * because of bound threads, in order to resume processing interrupts.
446 * are issued to redirect interrupts of a specified weight, from heavy to
447 * light. This allows all the interrupts of a given weight to be redistributed
532 * to light weight. When a CPUs orientation changes relative to interrupts,
538 * and plumb interrupts. The CPU assignment for the NIC's interrupts is
565 * Redistribute all interrupts
605 * interrupts of weight weight_max or greater [weight_max, inf.). in intr_redist_all_cpus()
606 * Interrupts of lesser weight should be processed on the call with in intr_redist_all_cpus()
607 * the matching weight. This allows all the heaver weight interrupts in intr_redist_all_cpus()
609 * to any lesser weight interrupts. in intr_redist_all_cpus()
616 /* redistribute normal (non-weighted) interrupts */ in intr_redist_all_cpus()
641 * "isolation" of heavy weight interrupts, optimal "spread" of weight
645 * percentage of a CPU required to service a device's interrupts: the
671 * interrupts can be redistributed heavy first for optimal isolation.
721 /* Skip CPUs with interrupts disabled */ in intr_dist_cpuid()
762 * for some of its interrupts, then it should not call add_device_weight -