2017年(111)
发布时间:2017-06-29 13:55:10
linux/jiffies.h/* * Convert various time units to each other: */extern unsigned int jiffies_to_msecs(const unsigned long j);extern unsigned int jiffies_to_usecs(const unsigned long j);extern unsigned long msecs_to_jiffies(const unsigned int m);extern unsigned long usecs_to_jiffies(.........【阅读全文】