Home
last modified time | relevance | path

Searched refs:ct_cyclic (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c663 (void) cyclic_reprogram(ct->ct_cyclic, cl->cl_expiration); in callout_heap_insert()
834 (void) cyclic_reprogram(ct->ct_cyclic, expiration); in callout_heap_delete()
1015 if (ct->ct_cyclic == CYCLIC_NONE) { in timeout_generic()
1646 if (ct->ct_cyclic == CYCLIC_NONE) { in callout_suspend()
1651 (void) cyclic_reprogram(ct->ct_cyclic, in callout_suspend()
1681 if (ct->ct_cyclic == CYCLIC_NONE) { in callout_resume()
1699 (void) cyclic_reprogram(ct->ct_cyclic, hexp); in callout_resume()
1764 if (ct->ct_cyclic == CYCLIC_NONE) { in callout_hrestime_one()
1776 (void) cyclic_reprogram(ct->ct_cyclic, hexp); in callout_hrestime_one()
1922 ASSERT(ct->ct_cyclic == CYCLIC_NONE); in callout_cyclic_init()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h364 cyclic_id_t ct_cyclic; /* cyclic for this table */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1289 (ct->ct_heap == NULL) || (ct->ct_cyclic == 0))) { in callout_t_cb()
1313 ct->ct_free, ct->ct_lfree, ct->ct_cyclic, in callout_t_cb()