Searched refs:cyclic_reprogram (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | callout.c | 401 (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 D | clock_highres.c | 133 (void) cyclic_reprogram(cyc, cyctime.cyt_when); in clock_highres_timer_settime()
|
H A D | clock.c | 2458 ret = cyclic_reprogram(lb_info->id.lbi_cyclic_id, exp); in lbolt_ev_to_cyclic() 2602 ret = cyclic_reprogram( in lbolt_cyclic()
|
H A D | cyclic.c | 3048 cyclic_reprogram(cyclic_id_t id, hrtime_t expiration) in cyclic_reprogram() function
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | cyclic.h | 81 extern int cyclic_reprogram(cyclic_id_t, hrtime_t);
|
/titanic_50/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 659 extern int cyclic_reprogram(cyclic_id_t, hrtime_t);
|
/titanic_50/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 898 cyclic_reprogram(cyclic_id_t id, hrtime_t expiration) in cyclic_reprogram() function
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | spa_misc.c | 528 VERIFY(cyclic_reprogram(spa->spa_deadman_cycid, CY_INFINITY)); in spa_deadman()
|
H A D | spa.c | 6318 VERIFY(cyclic_reprogram(spa->spa_deadman_cycid, in spa_sync() 6456 VERIFY(cyclic_reprogram(spa->spa_deadman_cycid, CY_INFINITY)); in spa_sync()
|