Home
last modified time | relevance | path

Searched refs:CALLOUT_HEAP_PARENT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h426 #define CALLOUT_HEAP_PARENT(index) (((index) - 1) >> 1) macro
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c606 parent = CALLOUT_HEAP_PARENT(current); in callout_upheap()