Home
last modified time | relevance | path

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

/linux-2.6.39/fs/
Dselect.c50 int divfactor = 1000; in __estimate_accuracy() local
56 divfactor = divfactor / 5; in __estimate_accuracy()
58 if (tv->tv_sec > MAX_SLACK / (NSEC_PER_SEC/divfactor)) in __estimate_accuracy()
61 slack = tv->tv_nsec / divfactor; in __estimate_accuracy()
62 slack += tv->tv_sec * (NSEC_PER_SEC/divfactor); in __estimate_accuracy()