Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtst_timer_test.c197 unsigned int slack_per_scall = MIN(100000, requested_us / 1000); in compute_threshold() local
199 slack_per_scall = MAX(slack_per_scall, timerslack); in compute_threshold()
201 return (400 + 2 * monotonic_resolution + slack_per_scall) * nsamples in compute_threshold()