Home
last modified time | relevance | path

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

/linux-2.6.39/fs/
Dselect.c45 #define MAX_SLACK (100 * NSEC_PER_MSEC) macro
58 if (tv->tv_sec > MAX_SLACK / (NSEC_PER_SEC/divfactor)) in __estimate_accuracy()
59 return MAX_SLACK; in __estimate_accuracy()
64 if (slack > MAX_SLACK) in __estimate_accuracy()
65 return MAX_SLACK; in __estimate_accuracy()