Searched refs:divfactor (Results 1 – 1 of 1) sorted by relevance
47 int divfactor = 1000; in __estimate_accuracy() local50 divfactor = divfactor / 5; in __estimate_accuracy()52 slack = tv->tv_nsec / divfactor; in __estimate_accuracy()53 slack += tv->tv_sec * (NSEC_PER_SEC/divfactor); in __estimate_accuracy()