Home
last modified time | relevance | path

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

/include/linux/
Djiffies.h184 #define MAX_JIFFY_OFFSET ((LONG_MAX >> 1)-1) macro
277 (long)((u64)((u64)MAX_JIFFY_OFFSET * TICK_NSEC) / NSEC_PER_SEC)
280 (SH_DIV((MAX_JIFFY_OFFSET >> SEC_JIFFIE_SC) * TICK_NSEC, NSEC_PER_SEC, 1) - 1)
315 if (m > jiffies_to_msecs(MAX_JIFFY_OFFSET)) in _msecs_to_jiffies()
316 return MAX_JIFFY_OFFSET; in _msecs_to_jiffies()
326 if (HZ > MSEC_PER_SEC && m > jiffies_to_msecs(MAX_JIFFY_OFFSET)) in _msecs_to_jiffies()
327 return MAX_JIFFY_OFFSET; in _msecs_to_jiffies()
361 return MAX_JIFFY_OFFSET; in msecs_to_jiffies()
407 if (u > jiffies_to_usecs(MAX_JIFFY_OFFSET)) in usecs_to_jiffies()
408 return MAX_JIFFY_OFFSET; in usecs_to_jiffies()
Djbd2.h736 return end + (MAX_JIFFY_OFFSET - start); in jbd2_time_diff()