Lines Matching refs:cyp_heap
744 heap = cpu->cyp_heap; in cyclic_upheap()
780 cyc_index_t *heap = cpu->cyp_heap; in cyclic_downheap()
945 cyc_index_t *heap = cpu->cyp_heap; in cyclic_fire()
1368 ASSERT(cpu->cyp_heap != NULL && cpu->cyp_cyclics != NULL); in cyclic_expand_xcall()
1370 bcopy(cpu->cyp_heap, new_heap, sizeof (cyc_index_t) * size); in cyclic_expand_xcall()
1394 cpu->cyp_heap = new_heap; in cyclic_expand_xcall()
1453 old_heap = cpu->cyp_heap; in cyclic_expand()
1677 ndx = cpu->cyp_heap[nelems]; in cyclic_add_xcall()
1775 heap = cpu->cyp_heap; in cyclic_remove_xcall()
1972 heap = cpu->cyp_heap; in cyclic_reprogram_cyclic()
2301 cpu->cyp_heap = kmem_zalloc(sizeof (cyc_index_t), KM_SLEEP); in cyclic_configure()
2380 kmem_free(cpu->cyp_heap, cpu->cyp_size * sizeof (cyc_index_t)); in cyclic_unconfigure()
2467 cyclic_t *cyclic = &cpu->cyp_cyclics[cpu->cyp_heap[0]]; in cyclic_resume_xcall()