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

/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c130 * cyclic_softint() <-- CY_LOCK/LOW_LEVEL soft interrupt entry point
321 * cyclic subsystem's soft interrupt handler, cyclic_softint(), we repeatedly
328 * level, cyclic_softint() must be able to quickly determine which cyclics
337 * cypc_prodndx. The consumer (cyclic_softint() running at either
345 * cyclic_softint() only consumes a cyclic after it has decremented the
385 * cyclic_expire() executing at CY_HIGH_LEVEL and cyclic_softint() executing
386 * at one of CY_LOCK_LEVEL or CY_LOW_LEVEL), forcing cyclic_softint() to raise
395 * and cyclic_softint() code paths to be lock-free.
399 * cyclic_softint(), their actions on the producer/consumer buffer appear
403 * For cyclic_softint(), howeve
1121 cyclic_softint(cpu_t *c, cyc_level_t level) function
[all...]

Completed in 47 milliseconds