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

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c592 callout_heap_t *heap, *hcurrent, *hparent; local
606 hparent = &heap[parent];
612 if (hcurrent->ch_expiration >= hparent->ch_expiration) {
619 CALLOUT_SWAP(hparent, hcurrent);

Completed in 144 milliseconds