Searched refs:MAX_JIFFY_OFFSET (Results 1 – 1 of 1) sorted by relevance
43 #define MAX_JIFFY_OFFSET ((INT_MAX >> 1) - 1) macro78 if (result > MAX_JIFFY_OFFSET) in timespec_to_jiffies()79 result = MAX_JIFFY_OFFSET; in timespec_to_jiffies()92 if (result > MAX_JIFFY_OFFSET) in msecs_to_jiffies()93 result = MAX_JIFFY_OFFSET; in msecs_to_jiffies()106 if (result > MAX_JIFFY_OFFSET) in usecs_to_jiffies()107 result = MAX_JIFFY_OFFSET; in usecs_to_jiffies()