Home
last modified time | relevance | path

Searched refs:CY_INFINITY (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c430 return (CY_INFINITY); in callout_queue_delete()
449 return (CY_INFINITY); in callout_queue_process()
488 expiration = CY_INFINITY; in callout_queue_process()
506 return (CY_INFINITY); in callout_queue_process()
819 return (CY_INFINITY); in callout_heap_delete()
871 return (CY_INFINITY); in callout_heap_process()
937 expiration = CY_INFINITY; in callout_heap_process()
965 return (CY_INFINITY); in callout_heap_process()
1068 expiration = CY_INFINITY; in timeout_generic()
1652 CY_INFINITY); in callout_suspend()
[all …]
H A Dcondvar.c256 exp = CY_INFINITY; in cv_reltimedwait()
514 exp = CY_INFINITY; in cv_reltimedwait_sig()
H A Dclock_highres.c229 cyctime.cyt_interval = CY_INFINITY; in clock_highres_timer_settime()
H A Dclock.c1033 lbolt_when.cyt_when = CY_INFINITY; in clock_init()
2603 CY_INFINITY); in lbolt_cyclic()
H A Dcyclic.c1001 if (cyclic->cy_interval == CY_INFINITY) in cyclic_fire()
1002 exp = CY_INFINITY; in cyclic_fire()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_sol_glue.c292 when.cyt_when = CY_INFINITY; in vmm_glue_callout_init()
293 when.cyt_interval = CY_INFINITY; in vmm_glue_callout_init()
323 (void) cyclic_reprogram(c->c_cyc_id, CY_INFINITY); in vmm_glue_callout_stop()
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dcyclic.h67 #define CY_INFINITY INT64_MAX macro
/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic.h76 #define CY_INFINITY INT64_MAX macro
H A Dcallo.h435 #define CALLOUT_MAX_TICKS NSEC_TO_TICK(CY_INFINITY);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c602 VERIFY(cyclic_reprogram(spa->spa_deadman_cycid, CY_INFINITY)); in spa_deadman()
685 when.cyt_when = CY_INFINITY; in spa_add()
H A Dspa.c8676 VERIFY(cyclic_reprogram(spa->spa_deadman_cycid, CY_INFINITY));