Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h544 #define CYC_HEAP_RIGHT(ndx) (((ndx) + 1) << 1) macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c143 heap_right = CYC_HEAP_RIGHT(ndx); in cyclic_dump_node()
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c805 heap_right = CYC_HEAP_RIGHT(heap_me); in cyclic_downheap()