Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Djiffies.h451 extern unsigned long __msecs_to_jiffies(const unsigned int m);
522 return __msecs_to_jiffies(m); in msecs_to_jiffies()
/openbmc/linux/kernel/time/
H A Dtime.c571 unsigned long __msecs_to_jiffies(const unsigned int m) in __msecs_to_jiffies() function
580 EXPORT_SYMBOL(__msecs_to_jiffies);