Home
last modified time | relevance | path

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

/xnu-8796.101.5/osfmk/kern/
H A Dtimer_call.c1705 boolean_t threshold_increase; in timer_sysctl_set_threshold() local
1716 threshold_increase = TRUE; in timer_sysctl_set_threshold()
1725 threshold_increase = FALSE; in timer_sysctl_set_threshold()
1727 threshold_increase = (tlp->threshold.interval > old_interval); in timer_sysctl_set_threshold()
1731 if (threshold_increase /* or removal */) { in timer_sysctl_set_threshold()