Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dselect.c50 #define MAX_SLACK (100 * NSEC_PER_MSEC) macro
63 if (tv->tv_sec > MAX_SLACK / (NSEC_PER_SEC/divfactor)) in __estimate_accuracy()
64 return MAX_SLACK; in __estimate_accuracy()
69 if (slack > MAX_SLACK) in __estimate_accuracy()
70 return MAX_SLACK; in __estimate_accuracy()
/kernel/linux/linux-6.6/fs/
H A Dselect.c51 #define MAX_SLACK (100 * NSEC_PER_MSEC) macro
64 if (tv->tv_sec > MAX_SLACK / (NSEC_PER_SEC/divfactor)) in __estimate_accuracy()
65 return MAX_SLACK; in __estimate_accuracy()
70 if (slack > MAX_SLACK) in __estimate_accuracy()
71 return MAX_SLACK; in __estimate_accuracy()

Completed in 5 milliseconds