Re: [patch 01/11] user of the jiffies rounding code: Networking

2007-02-06 Thread Auke Kok
David Miller wrote: From: [EMAIL PROTECTED] Date: Mon, 05 Feb 2007 16:30:52 -0800 From: Arjan van de Ven [EMAIL PROTECTED] This patch introduces users of the round_jiffies() function in the networking code. These timers all were of the about once a second or about once every X seconds

[patch 01/11] user of the jiffies rounding code: Networking

2007-02-05 Thread akpm
|5 - net/sched/sch_generic.c|2 +- 4 files changed, 16 insertions(+), 6 deletions(-) diff -puN drivers/net/e1000/e1000_main.c~user-of-the-jiffies-rounding-code-networking drivers/net/e1000/e1000_main.c --- a/drivers/net/e1000/e1000_main.c~user-of-the-jiffies-rounding

Re: [patch 01/11] user of the jiffies rounding code: Networking

2007-02-05 Thread David Miller
From: [EMAIL PROTECTED] Date: Mon, 05 Feb 2007 16:30:52 -0800 From: Arjan van de Ven [EMAIL PROTECTED] This patch introduces users of the round_jiffies() function in the networking code. These timers all were of the about once a second or about once every X seconds variety and several

user of the jiffies rounding code: Networking

2006-10-12 Thread Arjan van de Ven
From: Arjan van de Ven [EMAIL PROTECTED] Subject: round_jiffies users CC: [EMAIL PROTECTED] CC: netdev@vger.kernel.org This patch introduces users of the round_jiffies() function in the networking code. These timers all were of the about once a second or about once every X seconds variety and

Re: user of the jiffies rounding code: Networking

2006-10-12 Thread Auke Kok
Arjan van de Ven wrote: From: Arjan van de Ven [EMAIL PROTECTED] Subject: round_jiffies users CC: [EMAIL PROTECTED] CC: netdev@vger.kernel.org This patch introduces users of the round_jiffies() function in the networking code. These timers all were of the about once a second or about once