Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dcallout.c612 if (hcurrent->ch_expiration >= hparent->ch_expiration) { in callout_upheap()
647 ct->ct_heap[ct->ct_heap_num].ch_expiration = cl->cl_expiration; in callout_heap_insert()
709 if (hright->ch_expiration < hleft->ch_expiration) { in callout_downheap()
715 if (hcurrent->ch_expiration <= hright->ch_expiration) in callout_downheap()
733 if (hcurrent->ch_expiration <= hleft->ch_expiration) in callout_downheap()
770 expiration = heap->ch_expiration; in callout_heap_delete()
828 if ((heap[1].ch_expiration < next) || in callout_heap_delete()
829 (heap[2].ch_expiration < next)) in callout_heap_delete()
937 heap[i].ch_expiration = expiration; in callout_heap_process()
966 return (heap->ch_expiration); in callout_heap_process()
/titanic_50/usr/src/uts/common/sys/
H A Dcallo.h261 hrtime_t ch_expiration; member