View previous topic :: View next topic |
Author |
Message |
james n00b
Joined: 24 Apr 2002 Posts: 56 Location: Middle Smithfield, PA
|
Posted: Fri Jun 07, 2002 2:40 am Post subject: Jiffies? |
|
|
What are they and why do I need them?
So if I need them, how many do I use?
J _________________ 17 Opps It's 19 now Gentoo's and counting |
|
Back to top |
|
|
russell316 n00b
Joined: 30 May 2002 Posts: 3
|
Posted: Fri Jun 07, 2002 1:51 pm Post subject: |
|
|
The number of elapsed ticks since the system was started; it is set to 0 during kernel initialization and incremented by 1 when a timer interrupt occurs, that is, on every tick.
this comes from the "Understanding the Linux Kernel" by Daniel P. Bovet and Marco Cesati |
|
Back to top |
|
|
|