Searched refs:cyclic_fire (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic.h92 extern void cyclic_fire(cpu_t *cpu);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dcbe.c89 * to the timer firing at level-14. Because cyclic_fire() can tolerate
90 * spurious calls, it would not matter if we called cyclic_fire() in both
100 cyclic_fire(cpu);
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c129 * cyclic_fire() <-- CY_HIGH_LEVEL interrupt entry point
156 * The heap is managed primarily by cyclic_fire(). Upon entry, cyclic_fire()
161 * downheap operation is performed. After the downheap, cyclic_fire()
166 * backend via cyb_reprogram. Optimal backends will next call cyclic_fire()
299 * As alluded to above, cyclic_expire() is called by cyclic_fire() at
384 * For the producer/consumer buffers (shared between cyclic_fire()/
394 * To minimize jitter, then, we would like the cyclic_fire()/cyclic_expire()
397 * For cyclic_fire()/cyclic_expire(), lock-free execution is straightforward:
507 * allow optimization for the cyclic_fire()/cyclic_expir
941 cyclic_fire(cpu_t *c) function
[all...]
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s1518 call cyclic_fire

Completed in 67 milliseconds