Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/cddl/dev/cyclic/
Dcyclic.c410 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()
/freebsd-9-stable/sys/cddl/compat/opensolaris/sys/
Dcyclic_impl.h267 cyc_index_t cyp_nelems; member