Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dcyclic.c1449 ASSERT(cpu->cyp_state == CYS_ONLINE); in cyclic_expand()
1535 cpu->cyp_state = CYS_ONLINE; in cyclic_expand()
1725 ASSERT(cpu->cyp_state == CYS_ONLINE); in cyclic_add_here()
1910 ASSERT(cpu->cyp_state == CYS_ONLINE); in cyclic_remove_here()
1933 cpu->cyp_state = CYS_ONLINE; in cyclic_remove_here()
1944 cpu->cyp_state = CYS_ONLINE; in cyclic_remove_here()
2154 ASSERT(cpu->cyp_state == CYS_ONLINE); in cyclic_juggle_one()
2180 ASSERT(cpu->cyp_state == CYS_ONLINE); in cyclic_unbind_cpu()
2213 ASSERT(cpu->cyp_state == CYS_ONLINE); in cyclic_bind_cpu()
2215 ASSERT(dest->cyp_state == CYS_ONLINE); in cyclic_bind_cpu()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dcyclic_impl.h433 CYS_ONLINE, enumerator
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c311 cpu.cyp_state == CYS_ONLINE ? "online" : in cycinfo()