Home
last modified time | relevance | path

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

/linux/include/linux/
H A Djiffies.h461 static inline unsigned long _msecs_to_jiffies(const unsigned int m) in _msecs_to_jiffies() function
472 static inline unsigned long _msecs_to_jiffies(const unsigned int m) in _msecs_to_jiffies() function
483 static inline unsigned long _msecs_to_jiffies(const unsigned int m) in _msecs_to_jiffies() function
512 * The HZ range specific helpers _msecs_to_jiffies() are called both
523 return _msecs_to_jiffies(m); in msecs_to_jiffies()
/linux/kernel/time/
H A Dtime.c578 return _msecs_to_jiffies(m); in __msecs_to_jiffies()