Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c1459 cpu->cyp_state = CYS_EXPANDING; in cyclic_expand()
1543 cpu->cyp_state = CYS_ONLINE; in cyclic_expand()
1919 cpu->cyp_state = CYS_REMOVING; in cyclic_remove_here()
1941 cpu->cyp_state = CYS_ONLINE; in cyclic_remove_here()
1952 cpu->cyp_state = CYS_ONLINE; in cyclic_remove_here()
2342 cpu->cyp_state = CYS_OFFLINE; in cyclic_configure()
2455 ASSERT(cpu->cyp_state == CYS_ONLINE || cpu->cyp_state == CYS_OFFLINE); in cyclic_suspend_xcall()
2468 cpu->cyp_state = CYS_SUSPENDED; in cyclic_suspend_xcall()
2505 cpu->cyp_state = CYS_ONLINE; in cyclic_resume_xcall()
3384 cpu->cyp_state = CYS_OFFLINE; in cyclic_offline()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c299 cpu.cyp_state == CYS_ONLINE ? "online" : in cycinfo()
300 cpu.cyp_state == CYS_OFFLINE ? "offline" : in cycinfo()
301 cpu.cyp_state == CYS_EXPANDING ? "expand" : in cycinfo()
302 cpu.cyp_state == CYS_REMOVING ? "remove" : in cycinfo()
303 cpu.cyp_state == CYS_SUSPENDED ? "suspend" : "????", in cycinfo()
/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h497 cyc_state_t cyp_state; member