Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c146 if (ndx >= cpu->cyp_nelems) in cyclic_dump_node()
170 if (heap_left >= cpu->cyp_nelems) in cyclic_dump_node()
176 if (heap_right >= cpu->cyp_nelems) in cyclic_dump_node()
184 if (heap_left < cpu->cyp_nelems) in cyclic_dump_node()
187 if (heap_right < cpu->cyp_nelems) in cyclic_dump_node()
210 for (depth = 0; (1 << depth) < cpu->cyp_nelems; depth++) in cyclic_pretty_dump()
304 cpu.cyp_nelems); in cycinfo()
306 if (cpu.cyp_nelems > 0) in cycinfo()
329 if (!Verbose && j >= cpu.cyp_nelems) in cycinfo()
343 if (j >= cpu.cyp_nelems) { in cycinfo()
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c792 cyc_index_t nelems = cpu->cyp_nelems; in cyclic_downheap()
961 if (cpu->cyp_nelems == 0) { in cyclic_fire()
1667 ASSERT(cpu->cyp_nelems < cpu->cyp_size); in cyclic_add_xcall()
1674 nelems = cpu->cyp_nelems++; in cyclic_add_xcall()
1737 if (cpu->cyp_nelems == cpu->cyp_size) { in cyclic_add_here()
1784 nelems = cpu->cyp_nelems; in cyclic_remove_xcall()
1836 cpu->cyp_nelems = --nelems; in cyclic_remove_xcall()
1979 nelems = cpu->cyp_nelems; in cyclic_reprogram_cyclic()
2372 ASSERT(cpu->cyp_nelems == 0); in cyclic_unconfigure()
2462 if (cpu->cyp_nelems > 0) { in cyclic_suspend_xcall()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h495 cyc_index_t cyp_nelems; member