Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c199 size_t hsize = sizeof (cyc_index_t) * cpu->cyp_size; in cyclic_pretty_dump()
292 cyc = mdb_alloc(sizeof (cyclic_t) * cpu.cyp_size, UM_SLEEP | UM_GC); in cycinfo()
295 if (mdb_vread(cyc, sizeof (cyclic_t) * cpu.cyp_size, caddr) == -1) { in cycinfo()
300 hsize = sizeof (cyc_index_t) * cpu.cyp_size; in cycinfo()
333 for (i = 0; i < cpu.cyp_size; i++) { in cycinfo()
336 for (j = 0; j < cpu.cyp_size; j++) { in cycinfo()
/titanic_41/usr/src/uts/common/os/
H A Dcyclic.c1153 ASSERT(buf[consmasked] < cpu->cyp_size); in cyclic_softint()
1346 cyc_index_t new_size = arg->cyx_size, size = cpu->cyp_size, i; in cyclic_expand_xcall()
1396 cpu->cyp_size = new_size; in cyclic_expand_xcall()
1456 if ((new_size = ((old_size = cpu->cyp_size) << 1)) == 0) { in cyclic_expand()
1659 ASSERT(cpu->cyp_nelems < cpu->cyp_size); in cyclic_add_xcall()
1729 if (cpu->cyp_nelems == cpu->cyp_size) { in cyclic_add_here()
1735 ASSERT(cpu->cyp_nelems < cpu->cyp_size); in cyclic_add_here()
2074 if (dest->cyp_nelems == dest->cyp_size) { in cyclic_juggle_one_to()
2077 ASSERT(dest->cyp_nelems < dest->cyp_size); in cyclic_juggle_one_to()
2300 cpu->cyp_size = 1; in cyclic_configure()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dcyclic_impl.h496 cyc_index_t cyp_size; member