Home
last modified time | relevance | path

Searched refs:CYS_REMOVING (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h436 CYS_REMOVING, enumerator
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c1055 ASSERT(cpu->cyp_state == CYS_REMOVING); in cyclic_remove_pend()
1198 if (cpu->cyp_state == CYS_REMOVING) { in cyclic_softint()
1261 (cpu->cyp_state == CYS_REMOVING && in cyclic_softint()
1777 ASSERT(cpu->cyp_state == CYS_REMOVING); in cyclic_remove_xcall()
1919 cpu->cyp_state = CYS_REMOVING; in cyclic_remove_here()
1940 ASSERT(cpu->cyp_state == CYS_REMOVING); in cyclic_remove_here()
1949 ASSERT(cpu->cyp_state == CYS_REMOVING); in cyclic_remove_here()
2004 cpu->cyp_state == CYS_REMOVING && cpu->cyp_rpend > 0) { in cyclic_reprogram_cyclic()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c302 cpu.cyp_state == CYS_REMOVING ? "remove" : in cycinfo()