Converting jiffies to milli seconds
Posted
by EpsilonVector
on Stack Overflow
See other posts from Stack Overflow
or by EpsilonVector
Published on 2010-04-28T16:47:27Z
Indexed on
2010/04/28
16:53 UTC
Read the original article
Hit count: 294
linux
How do I manually convert jiffies to milliseconds and vice versa in Linux? I know kernel 2.6 has a function for this, but I'm working on 2.4 (homework) and though I looked at the code it uses lots of macro constants which I have no idea if they're defined in 2.4.
© Stack Overflow or respective owner