Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dcallo.h428 #define CALLOUT_HEAP_LEFT(index) ((((index) + 1) << 1) - 1) macro
/titanic_50/usr/src/uts/common/os/
H A Dcallout.c687 if ((left = CALLOUT_HEAP_LEFT(current)) >= nelems) in callout_downheap()