Searched refs:cyp_nelems (Results 1 – 3 of 3) sorted by relevance
146 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()
792 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()1743 ASSERT(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()2102 if (dest->cyp_nelems == dest->cyp_size) { in cyclic_juggle_one_to()[all …]
495 cyc_index_t cyp_nelems; member