Home
last modified time | relevance | path

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

/include/linux/
Djiffies.h187 #define MAX_JIFFY_OFFSET ((LONG_MAX >> 1)-1) macro
280 (long)((u64)((u64)MAX_JIFFY_OFFSET * TICK_NSEC) / NSEC_PER_SEC)
283 (SH_DIV((MAX_JIFFY_OFFSET >> SEC_JIFFIE_SC) * TICK_NSEC, NSEC_PER_SEC, 1) - 1)
321 if (m > jiffies_to_msecs(MAX_JIFFY_OFFSET)) in _msecs_to_jiffies()
322 return MAX_JIFFY_OFFSET; in _msecs_to_jiffies()
332 if (HZ > MSEC_PER_SEC && m > jiffies_to_msecs(MAX_JIFFY_OFFSET)) in _msecs_to_jiffies()
333 return MAX_JIFFY_OFFSET; in _msecs_to_jiffies()
367 return MAX_JIFFY_OFFSET; in msecs_to_jiffies()
413 if (u > jiffies_to_usecs(MAX_JIFFY_OFFSET)) in usecs_to_jiffies()
414 return MAX_JIFFY_OFFSET; in usecs_to_jiffies()
Djbd2.h753 return end + (MAX_JIFFY_OFFSET - start); in jbd2_time_diff()