Searched defs:hright (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c673 callout_heap_t *heap, *hleft, *hright, *hcurrent; local
702 hright = &heap[right];
709 if (hright->ch_expiration < hleft->ch_expiration) {
715 if (hcurrent->ch_expiration <= hright->ch_expiration)
722 CALLOUT_SWAP(hright, hcurrent);

Completed in 133 milliseconds