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

/freebsd-10.0-release/sys/cddl/dev/cyclic/
H A Dcyclic.c364 cyc_index_t heap_parent, heap_current = ndx; local
367 if (heap_current == 0)
372 heap_parent = CYC_HEAP_PARENT(heap_current);
375 current = heap[heap_current];
389 heap[heap_current] = parent;
397 heap_current = heap_parent;
398 heap_parent = CYC_HEAP_PARENT(heap_current);

Completed in 64 milliseconds