Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c593 callout_heap_t *heap, *hcurrent, *hparent; in callout_upheap() local
607 hparent = &heap[parent]; in callout_upheap()
613 if (hcurrent->ch_expiration >= hparent->ch_expiration) { in callout_upheap()
620 CALLOUT_SWAP(hparent, hcurrent); in callout_upheap()