Searched refs:cyc_index_t (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | cyclic_impl.h | 455 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 D | cyclic.h | 48 typedef int cyc_index_t; typedef
|
/titanic_50/usr/src/uts/common/os/ |
H A D | cyclic.c | 734 cyclic_upheap(cyc_cpu_t *cpu, cyc_index_t ndx) in cyclic_upheap() 737 cyc_index_t *heap; in cyclic_upheap() 738 cyc_index_t heap_parent, heap_current = ndx; in cyclic_upheap() 739 cyc_index_t parent, current; in cyclic_upheap() 777 cyclic_downheap(cyc_cpu_t *cpu, cyc_index_t ndx) in cyclic_downheap() 780 cyc_index_t *heap = cpu->cyp_heap; in cyclic_downheap() 782 cyc_index_t heap_left, heap_right, heap_me = ndx; in cyclic_downheap() 783 cyc_index_t left, right, me; in cyclic_downheap() 784 cyc_index_t nelems = cpu->cyp_nelems; in cyclic_downheap() 852 cyclic_expire(cyc_cpu_t *cpu, cyc_index_t ndx, cyclic_t *cyclic) in cyclic_expire() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | cyclic.c | 132 cyclic_dump_node(cyc_cpu_t *cpu, cyc_index_t *heap, char **c, size_t w, in cyclic_dump_node() 198 cyc_index_t *heap; in cyclic_pretty_dump() 199 size_t hsize = sizeof (cyc_index_t) * cpu->cyp_size; in cyclic_pretty_dump() 253 cyc_index_t root, i, *heap; in cycinfo() 300 hsize = sizeof (cyc_index_t) * cpu.cyp_size; in cycinfo() 386 cyc_index_t *buf; in cycinfo() 393 bufsiz = (pc->cypc_sizemask + 1) * sizeof (cyc_index_t); in cycinfo()
|