Searched refs:CALLOUT_HEAP_PARENT (Results 1 – 2 of 2) sorted by relevance
426 #define CALLOUT_HEAP_PARENT(index) (((index) - 1) >> 1) macro
605 parent = CALLOUT_HEAP_PARENT(current); in callout_upheap()