Home
last modified time | relevance | path

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

/include/linux/
A Djiffies.h334 #define MAX_JIFFY_OFFSET ((LONG_MAX >> 1)-1) macro
427 (long)((u64)((u64)MAX_JIFFY_OFFSET * TICK_NSEC) / NSEC_PER_SEC)
430 (SH_DIV((MAX_JIFFY_OFFSET >> SEC_JIFFIE_SC) * TICK_NSEC, NSEC_PER_SEC, 1) - 1)
474 if (m > jiffies_to_msecs(MAX_JIFFY_OFFSET)) in _msecs_to_jiffies()
475 return MAX_JIFFY_OFFSET; in _msecs_to_jiffies()
485 if (HZ > MSEC_PER_SEC && m > jiffies_to_msecs(MAX_JIFFY_OFFSET)) in _msecs_to_jiffies()
486 return MAX_JIFFY_OFFSET; in _msecs_to_jiffies()
522 return MAX_JIFFY_OFFSET; in msecs_to_jiffies()
583 if (u > jiffies_to_usecs(MAX_JIFFY_OFFSET)) in usecs_to_jiffies()
584 return MAX_JIFFY_OFFSET; in usecs_to_jiffies()
A Djbd2.h728 return end + (MAX_JIFFY_OFFSET - start); in jbd2_time_diff()

Completed in 8 milliseconds