Searched refs:__msecs_to_jiffies (Results 1 - 2 of 2) sorted by last modified time

/linux-master/include/linux/
H A Djiffies.h454 extern unsigned long __msecs_to_jiffies(const unsigned int m);
505 * for the details see __msecs_to_jiffies()
509 * code. __msecs_to_jiffies() is called if the value passed does not
513 * directly here and from __msecs_to_jiffies() in the case where
525 return __msecs_to_jiffies(m);
562 * directly here and from __msecs_to_jiffies() in the case where
/linux-master/kernel/time/
H A Dtime.c546 * __msecs_to_jiffies: - convert milliseconds to jiffies
559 * for the details see __msecs_to_jiffies()
561 * __msecs_to_jiffies() checks for the passed in value being a constant
563 * code, __msecs_to_jiffies() is called if the value passed does not
571 unsigned long __msecs_to_jiffies(const unsigned int m) function
580 EXPORT_SYMBOL(__msecs_to_jiffies); variable

Completed in 292 milliseconds