Searched refs:cyp_cpu (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | cyclic.c | 1497 be->cyb_xcall(be->cyb_arg, cpu->cyp_cpu, in cyclic_expand() 1726 ASSERT(!(cpu->cyp_cpu->cpu_flags & CPU_OFFLINE)); in cyclic_add_here() 1748 be->cyb_xcall(bar, cpu->cyp_cpu, (cyc_func_t)cyclic_add_xcall, &arg); in cyclic_add_here() 1913 be->cyb_xcall(be->cyb_arg, cpu->cyp_cpu, in cyclic_remove_here() 2033 be->cyb_xcall(be->cyb_arg, cpu->cyp_cpu, in cyclic_reprogram_here() 2055 ASSERT(!(dest->cyp_cpu->cpu_flags & (CPU_QUIESCED | CPU_OFFLINE))); in cyclic_juggle_one_to() 2148 cpu_t *c = cpu->cyp_cpu; in cyclic_juggle_one() 2175 cpu_t *c = cpu->cyp_cpu; in cyclic_unbind_cpu() 2205 cpu_t *c = cpu->cyp_cpu; in cyclic_bind_cpu() 2234 cpu_t *c = cpu->cyp_cpu; in cyclic_unbind_cpupart() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | cyclic.c | 287 if (mdb_vread(&c, sizeof (c), (uintptr_t)cpu.cyp_cpu) == -1) { in cycinfo() 288 mdb_warn("couldn't read cpu at %p", cpu.cyp_cpu); in cycinfo() 720 if (mdb_vread(&c, sizeof (c), (uintptr_t)cpu.cyp_cpu) == -1) { in cycid_cpu() 721 mdb_warn("couldn't read cpu at %p", cpu.cyp_cpu); in cycid_cpu()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | cyclic_impl.h | 492 cpu_t *cyp_cpu; member
|