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

/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c158 * expiration time is in the past, cyclic_expire() is called on the root
159 * cyclic. Upon return from cyclic_expire(), the cyclic's new expiration time
163 * cyclic_expire()/add interval/cyclic_downheap() sequence until the root
299 * As alluded to above, cyclic_expire() is called by cyclic_fire() at
307 * For CY_HIGH_LEVEL cyclics, this is trivial; cyclic_expire() simply needs
319 * structure). cyclic_expire() thus increments the cy_pend count for the
335 * The producer (cyclic_expire() running at CY_HIGH_LEVEL) enqueues a cyclic
342 * To bound the size of the producer/consumer buffer, cyclic_expire() only
344 * non-zero, cyclic_expire() only bumps cy_pend). Symmetrically,
385 * cyclic_expire() executin
852 cyclic_expire(cyc_cpu_t *cpu, cyc_index_t ndx, cyclic_t *cyclic) function
[all...]

Completed in 86 milliseconds