Searched refs:slack_per_scall (Results 1 – 1 of 1) sorted by relevance
197 unsigned int slack_per_scall = MIN(100000, requested_us / 1000); in compute_threshold() local199 slack_per_scall = MAX(slack_per_scall, timerslack); in compute_threshold()201 return (400 + 2 * monotonic_resolution + slack_per_scall) * nsamples in compute_threshold()