Lines Matching defs:hleft
673 callout_heap_t *heap, *hleft, *hright, *hcurrent;
690 hleft = &heap[left];
709 if (hright->ch_expiration < hleft->ch_expiration) {
733 if (hcurrent->ch_expiration <= hleft->ch_expiration)
740 CALLOUT_SWAP(hleft, hcurrent);
1412 hrtime_t hleft;
1417 hleft = untimeout_generic(id, 0);
1418 if (hleft < 0)
1420 else if (hleft == 0)
1423 tleft = NSEC_TO_TICK(hleft);
1435 hrtime_t hleft;
1438 hleft = untimeout_generic(id, nowait);
1439 if (hleft < 0)
1441 else if (hleft == 0)
1444 tleft = NSEC_TO_TICK(hleft);