Searched refs:cyp_nelems (Results 1 – 2 of 2) sorted by relevance
410 cyc_index_t nelems = cpu->cyp_nelems; in cyclic_downheap()523 if (cpu->cyp_nelems == 0) { in cyclic_fire()675 ASSERT(cpu->cyp_nelems < cpu->cyp_size); in cyclic_add_xcall()679 nelems = cpu->cyp_nelems++; in cyclic_add_xcall()736 if (cpu->cyp_nelems == cpu->cyp_size) { in cyclic_add_here()742 ASSERT(cpu->cyp_nelems < cpu->cyp_size); in cyclic_add_here()766 cyc_index_t ndx = arg->cyx_ndx, nelems = cpu->cyp_nelems, i; in cyclic_remove_xcall()802 cpu->cyp_nelems = --nelems; in cyclic_remove_xcall()
267 cyc_index_t cyp_nelems; member