Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dcyclic.c1047 ASSERT(cpu->cyp_state == CYS_REMOVING); in cyclic_remove_pend()
1190 if (cpu->cyp_state == CYS_REMOVING) { in cyclic_softint()
1210 ASSERT(cpu->cyp_state == CYS_EXPANDING); in cyclic_softint()
1252 cpu->cyp_state == CYS_EXPANDING) || in cyclic_softint()
1253 (cpu->cyp_state == CYS_REMOVING && in cyclic_softint()
1279 ASSERT(cpu->cyp_state == CYS_EXPANDING); in cyclic_softint()
1311 ASSERT(cpu->cyp_state == CYS_EXPANDING); in cyclic_softint()
1350 ASSERT(cpu->cyp_state == CYS_EXPANDING); in cyclic_expand_xcall()
1449 ASSERT(cpu->cyp_state == CYS_ONLINE); in cyclic_expand()
1451 cpu->cyp_state = CYS_EXPANDING; in cyclic_expand()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c311 cpu.cyp_state == CYS_ONLINE ? "online" : in cycinfo()
312 cpu.cyp_state == CYS_OFFLINE ? "offline" : in cycinfo()
313 cpu.cyp_state == CYS_EXPANDING ? "expand" : in cycinfo()
314 cpu.cyp_state == CYS_REMOVING ? "remove" : in cycinfo()
315 cpu.cyp_state == CYS_SUSPENDED ? "suspend" : "????", in cycinfo()
/titanic_41/usr/src/uts/common/sys/
H A Dcyclic_impl.h497 cyc_state_t cyp_state; member