Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c674 callout_heap_t *heap, *hleft, *hright, *hcurrent; in callout_downheap() local
703 hright = &heap[right]; in callout_downheap()
710 if (hright->ch_expiration < hleft->ch_expiration) { in callout_downheap()
716 if (hcurrent->ch_expiration <= hright->ch_expiration) in callout_downheap()
723 CALLOUT_SWAP(hright, hcurrent); in callout_downheap()