Home
last modified time | relevance | path

Searched refs:cyc_index_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h455 cyc_index_t *cypc_buf;
493 cyc_index_t *cyp_heap;
495 cyc_index_t cyp_nelems;
496 cyc_index_t cyp_size;
510 cyc_index_t cyo_ndx;
518 cyc_index_t cyi_ndx;
529 cyc_index_t cyx_ndx;
530 cyc_index_t *cyx_heap;
532 cyc_index_t cyx_size;
H A Dcyclic.h51 typedef int cyc_index_t; typedef
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c745 cyc_index_t *heap; in cyclic_upheap()
747 cyc_index_t parent, current; in cyclic_upheap()
791 cyc_index_t left, right, me; in cyclic_downheap()
971 cyc_index_t ndx = heap[0]; in cyclic_fire()
1662 cyc_index_t ndx, nelems; in cyclic_add_xcall()
1723 static cyc_index_t
1771 cyc_index_t *heap, last; in cyclic_remove_xcall()
1774 cyc_index_t root; in cyclic_remove_xcall()
1969 cyc_index_t nelems, i; in cyclic_reprogram_cyclic()
1970 cyc_index_t *heap; in cyclic_reprogram_cyclic()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c134 cyclic_dump_node(cyc_cpu_t *cpu, cyc_index_t *heap, char **c, size_t w, in cyclic_dump_node()
200 cyc_index_t *heap; in cyclic_pretty_dump()
201 size_t hsize = sizeof (cyc_index_t) * cpu->cyp_size; in cyclic_pretty_dump()
242 cyc_index_t root, i, *heap; in cycinfo()
288 hsize = sizeof (cyc_index_t) * cpu.cyp_size; in cycinfo()
371 cyc_index_t *buf; in cycinfo()
378 bufsiz = (pc->cypc_sizemask + 1) * sizeof (cyc_index_t); in cycinfo()
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dcyclic.h48 typedef int cyc_index_t; typedef