Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c201 size_t hsize = sizeof (cyc_index_t) * cpu->cyp_size; in cyclic_pretty_dump()
280 cyc = mdb_alloc(sizeof (cyclic_t) * cpu.cyp_size, UM_SLEEP | UM_GC); in cycinfo()
283 if (mdb_vread(cyc, sizeof (cyclic_t) * cpu.cyp_size, caddr) == -1) { in cycinfo()
288 hsize = sizeof (cyc_index_t) * cpu.cyp_size; in cycinfo()
321 for (i = 0; i < cpu.cyp_size; i++) { in cycinfo()
324 for (j = 0; j < cpu.cyp_size; j++) { in cycinfo()
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c1161 ASSERT(buf[consmasked] < cpu->cyp_size); in cyclic_softint()
1354 cyc_index_t new_size = arg->cyx_size, size = cpu->cyp_size, i; in cyclic_expand_xcall()
1404 cpu->cyp_size = new_size; in cyclic_expand_xcall()
1464 if ((new_size = ((old_size = cpu->cyp_size) << 1)) == 0) { in cyclic_expand()
1667 ASSERT(cpu->cyp_nelems < cpu->cyp_size); in cyclic_add_xcall()
1737 if (cpu->cyp_nelems == cpu->cyp_size) { in cyclic_add_here()
1743 ASSERT(cpu->cyp_nelems < cpu->cyp_size); in cyclic_add_here()
2102 if (dest->cyp_nelems == dest->cyp_size) { in cyclic_juggle_one_to()
2105 ASSERT(dest->cyp_nelems < dest->cyp_size); in cyclic_juggle_one_to()
2328 cpu->cyp_size = 1; in cyclic_configure()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h496 cyc_index_t cyp_size; member