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

/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c123 * cyclic_suspend() <-- Suspends the cyclic subsystem on all CPUs
3510 * void cyclic_suspend()
3514 * cyclic_suspend() suspends all cyclic activity throughout the cyclic
3521 * cyclic_suspend() takes no arguments. Each CPU with an active cyclic
3527 * cyclic handlers from being called after cyclic_suspend() returns: if a
3529 * of cyclic_suspend(), cyclic handlers at its level may continue to be
3531 * post-cyclic_suspend() activity is bounded by the pend count on all
3532 * cyclics at the time of cyclic_suspend(). Callers concerned with more
3537 * guaranteed to monotonically increase between cyclic_suspend() and
3539 * increase across the entire cyclic_suspend()/cyclic_resum
3558 cyclic_suspend() function
[all...]

Completed in 78 milliseconds