Lines Matching refs:cyp_heap
752 heap = cpu->cyp_heap; in cyclic_upheap()
788 cyc_index_t *heap = cpu->cyp_heap; in cyclic_downheap()
953 cyc_index_t *heap = cpu->cyp_heap; in cyclic_fire()
1376 ASSERT(cpu->cyp_heap != NULL && cpu->cyp_cyclics != NULL); in cyclic_expand_xcall()
1378 bcopy(cpu->cyp_heap, new_heap, sizeof (cyc_index_t) * size); in cyclic_expand_xcall()
1402 cpu->cyp_heap = new_heap; in cyclic_expand_xcall()
1461 old_heap = cpu->cyp_heap; in cyclic_expand()
1685 ndx = cpu->cyp_heap[nelems]; in cyclic_add_xcall()
1783 heap = cpu->cyp_heap; in cyclic_remove_xcall()
1981 heap = cpu->cyp_heap; in cyclic_reprogram_cyclic()
2329 cpu->cyp_heap = kmem_zalloc(sizeof (cyc_index_t), KM_SLEEP); in cyclic_configure()
2408 kmem_free(cpu->cyp_heap, cpu->cyp_size * sizeof (cyc_index_t)); in cyclic_unconfigure()
2495 cyclic_t *cyclic = &cpu->cyp_cyclics[cpu->cyp_heap[0]]; in cyclic_resume_xcall()