Searched refs:MAX_JIFFY_OFFSET (Results 1 – 1 of 1) sorted by relevance
43 #define MAX_JIFFY_OFFSET ((INT_MAX >> 1) - 1) macro79 if (result > MAX_JIFFY_OFFSET) in msecs_to_jiffies()80 result = MAX_JIFFY_OFFSET; in msecs_to_jiffies()93 if (result > MAX_JIFFY_OFFSET) in usecs_to_jiffies()94 result = MAX_JIFFY_OFFSET; in usecs_to_jiffies()