Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dtimer_call.c1718 uint64_t old_interval = tlp->threshold.interval; in timer_sysctl_set_threshold() local
1723 if (old_interval == TIMER_LONGTERM_NONE) { in timer_sysctl_set_threshold()
1726 threshold_increase = (tlp->threshold.interval > old_interval); in timer_sysctl_set_threshold()