Searched refs:ct_cyclic (Results 1 – 3 of 3) sorted by relevance
662 (void) cyclic_reprogram(ct->ct_cyclic, cl->cl_expiration); in callout_heap_insert()833 (void) cyclic_reprogram(ct->ct_cyclic, expiration); in callout_heap_delete()1014 if (ct->ct_cyclic == CYCLIC_NONE) { in timeout_generic()1645 if (ct->ct_cyclic == CYCLIC_NONE) { in callout_suspend()1650 (void) cyclic_reprogram(ct->ct_cyclic, in callout_suspend()1680 if (ct->ct_cyclic == CYCLIC_NONE) { in callout_resume()1698 (void) cyclic_reprogram(ct->ct_cyclic, hexp); in callout_resume()1763 if (ct->ct_cyclic == CYCLIC_NONE) { in callout_hrestime_one()1775 (void) cyclic_reprogram(ct->ct_cyclic, hexp); in callout_hrestime_one()1921 ASSERT(ct->ct_cyclic == CYCLIC_NONE); in callout_cyclic_init()[all …]
364 cyclic_id_t ct_cyclic; /* cyclic for this table */ member
1085 (ct->ct_heap == NULL) || (ct->ct_cyclic == NULL))) { in callout_t_cb()1109 ct->ct_free, ct->ct_lfree, ct->ct_cyclic, in callout_t_cb()