Searched defs:jiffies_to_nsecs (Results 1 – 6 of 6) sorted by relevance
293 static inline u64 jiffies_to_nsecs(const unsigned long j) in jiffies_to_nsecs() function
410 #define jiffies_to_nsecs(x) ((x) * 1000000LL) macro