Home
last modified time | relevance | path

Searched refs:cyclic_reprogram (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dcallout.c401 (void) cyclic_reprogram(ct->ct_qcyclic, cl->cl_expiration); in callout_queue_insert()
431 (void) cyclic_reprogram(ct->ct_qcyclic, cl->cl_expiration); in callout_queue_delete()
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()
1650 (void) cyclic_reprogram(ct->ct_cyclic, in callout_suspend()
1652 (void) cyclic_reprogram(ct->ct_qcyclic, in callout_suspend()
1698 (void) cyclic_reprogram(ct->ct_cyclic, hexp); in callout_resume()
1699 (void) cyclic_reprogram(ct->ct_qcyclic, qexp); in callout_resume()
1775 (void) cyclic_reprogram(ct->ct_cyclic, hexp); in callout_hrestime_one()
1776 (void) cyclic_reprogram(ct->ct_qcyclic, qexp); in callout_hrestime_one()
H A Dclock_highres.c133 (void) cyclic_reprogram(cyc, cyctime.cyt_when); in clock_highres_timer_settime()
H A Dclock.c2458 ret = cyclic_reprogram(lb_info->id.lbi_cyclic_id, exp); in lbolt_ev_to_cyclic()
2602 ret = cyclic_reprogram( in lbolt_cyclic()
H A Dcyclic.c3048 cyclic_reprogram(cyclic_id_t id, hrtime_t expiration) in cyclic_reprogram() function
/titanic_50/usr/src/uts/common/sys/
H A Dcyclic.h81 extern int cyclic_reprogram(cyclic_id_t, hrtime_t);
/titanic_50/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h659 extern int cyclic_reprogram(cyclic_id_t, hrtime_t);
/titanic_50/usr/src/lib/libzpool/common/
H A Dkernel.c898 cyclic_reprogram(cyclic_id_t id, hrtime_t expiration) in cyclic_reprogram() function
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c528 VERIFY(cyclic_reprogram(spa->spa_deadman_cycid, CY_INFINITY)); in spa_deadman()
H A Dspa.c6318 VERIFY(cyclic_reprogram(spa->spa_deadman_cycid, in spa_sync()
6456 VERIFY(cyclic_reprogram(spa->spa_deadman_cycid, CY_INFINITY)); in spa_sync()