Home
last modified time | relevance | path

Searched refs:cyp_heap (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c752 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()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c205 if (mdb_vread(heap, hsize, (uintptr_t)cpu->cyp_heap) == -1) { in cyclic_pretty_dump()
206 mdb_warn("couldn't read heap at %p", (uintptr_t)cpu->cyp_heap); in cyclic_pretty_dump()
291 if (mdb_vread(heap, hsize, (uintptr_t)cpu.cyp_heap) == -1) { in cycinfo()
292 mdb_warn("couldn't read heap at %p", cpu.cyp_heap); in cycinfo()
/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h493 cyc_index_t *cyp_heap; member