Hi... On Mon, Jul 7, 2008 at 10:52 AM, Stoyan Gaydarov <[EMAIL PROTECTED]> wrote: > I was just wondering when should round_jiffies() be used instead of > assigning the timer expiration with a specific jiffies value? Is the > round_jiffies() function call beneficial everywhere or just some > places?
In general, you use round_jiffies() if you can tolerate rounded up value...i.e slightly delayed execution of something (probably a handler). -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ
