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

/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c738 cyc_index_t heap_parent, heap_current = ndx; local
741 if (heap_current == 0)
746 heap_parent = CYC_HEAP_PARENT(heap_current);
749 current = heap[heap_current];
763 heap[heap_current] = parent;
771 heap_current = heap_parent;
772 heap_parent = CYC_HEAP_PARENT(heap_current);

Completed in 61 milliseconds