Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Djiffies.h309 static inline unsigned long _msecs_to_jiffies(const unsigned int m) in _msecs_to_jiffies() function
320 static inline unsigned long _msecs_to_jiffies(const unsigned int m) in _msecs_to_jiffies() function
331 static inline unsigned long _msecs_to_jiffies(const unsigned int m) in _msecs_to_jiffies() function
369 return _msecs_to_jiffies(m); in msecs_to_jiffies()
/Linux-v5.4/kernel/time/
Dtime.c601 return _msecs_to_jiffies(m); in __msecs_to_jiffies()