Searched defs:hcurrent (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
607 hcurrent = &heap[current];
612 if (hcurrent->ch_expiration >= hparent->ch_expiration) {
619 CALLOUT_SWAP(hparent, hcurrent);
673 callout_heap_t *heap, *hleft, *hright, *hcurrent; local
691 hcurrent = &heap[current];
715 if (hcurrent->ch_expiration <= hright->ch_expiration)
722 CALLOUT_SWAP(hright, hcurrent);
733 if (hcurrent->ch_expiration <= hleft->ch_expiration)
740 CALLOUT_SWAP(hleft, hcurrent);
[all...]

Completed in 75 milliseconds