Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c613 if (hcurrent->ch_expiration >= hparent->ch_expiration) { in callout_upheap()
648 ct->ct_heap[ct->ct_heap_num].ch_expiration = cl->cl_expiration; in callout_heap_insert()
710 if (hright->ch_expiration < hleft->ch_expiration) { in callout_downheap()
716 if (hcurrent->ch_expiration <= hright->ch_expiration) in callout_downheap()
734 if (hcurrent->ch_expiration <= hleft->ch_expiration) in callout_downheap()
771 expiration = heap->ch_expiration; in callout_heap_delete()
829 if ((heap[1].ch_expiration < next) || in callout_heap_delete()
830 (heap[2].ch_expiration < next)) in callout_heap_delete()
938 heap[i].ch_expiration = expiration; in callout_heap_process()
967 return (heap->ch_expiration); in callout_heap_process()
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h261 hrtime_t ch_expiration; member