Re: short explanation -jiffies (newbie)

From: Richard B. Johnson
Date: Thu Oct 16 2003 - 15:14:54 EST


On Thu, 16 Oct 2003, sting sting wrote:

> Hello,
> can someone give a short explanation what jiffies are?
> regards
> sting

It is a variable that keeps increasing forever until
it wraps back to zero at which time it still keeps
increasing. It gets increased at the HZ (a defined constant)
rate as a result of a hardware interrupt.

It is used for various timing functions within the kernel.

Cheers,
Dick Johnson
Penguin : Linux version 2.4.22 on an i686 machine (797.90 BogoMips).
Note 96.31% of all statistics are fiction.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/