Searched refs:cyp_state (Results 1 – 3 of 3) sorted by relevance
1047 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 …]
311 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()
497 cyc_state_t cyp_state; member