Searched refs:cyclic_softint (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | cyclic.h | 93 extern void cyclic_softint(cpu_t *cpu, cyc_level_t level);
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | cbe.c | 74 cyclic_softint(CPU, CY_LOCK_LEVEL); 83 cyclic_softint(cpu, CY_LOW_LEVEL);
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | cbe.c | 77 cyclic_softint(CPU, CY_LOW_LEVEL); 84 cyclic_softint(CPU, CY_LOCK_LEVEL);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | cyclic.c | 130 * 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 72 milliseconds