Searched refs:heap_right (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c135 int heap_left, heap_right; local
141 heap_right = CYC_HEAP_RIGHT(ndx);
174 if (heap_right >= cpu->cyp_nelems)
178 heap[heap_right]);
185 if (heap_right < cpu->cyp_nelems)
186 cyclic_dump_node(cpu, heap, c, w, heap_right, x, r, depth + 1);
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c782 cyc_index_t heap_left, heap_right, heap_me = ndx; local
797 heap_right = CYC_HEAP_RIGHT(heap_me);
803 if (heap_right >= nelems)
806 right = heap[heap_right];
826 heap[heap_right] = me;
828 heap_me = heap_right;

Completed in 62 milliseconds