Lines Matching defs:hcurrent
592 callout_heap_t *heap, *hcurrent, *hparent;
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;
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);