Searched refs:CALLOUT_HEAP_LEFT (Results 1 – 2 of 2) sorted by relevance
428 #define CALLOUT_HEAP_LEFT(index) ((((index) + 1) << 1) - 1) macro
687 if ((left = CALLOUT_HEAP_LEFT(current)) >= nelems) in callout_downheap()