Re: round_jiffies and load average

2007-03-01 Thread Simon Arlott
On 24/02/07 15:19, Simon Arlott wrote: > I've modified the driver of an USB device (cxacru) to schedule the next poll > for status every 1s using round_jiffies_relative instead of just waiting 1s > since the last poll was completed. This process takes on average 11ms to > complete and while it is

Re: round_jiffies and load average

2007-03-01 Thread Simon Arlott
On 24/02/07 15:19, Simon Arlott wrote: I've modified the driver of an USB device (cxacru) to schedule the next poll for status every 1s using round_jiffies_relative instead of just waiting 1s since the last poll was completed. This process takes on average 11ms to complete and while it is

round_jiffies and load average

2007-02-24 Thread Simon Arlott
I've modified the driver of an USB device (cxacru) to schedule the next poll for status every 1s using round_jiffies_relative instead of just waiting 1s since the last poll was completed. This process takes on average 11ms to complete and while it is waiting for a response it's considered

round_jiffies and load average

2007-02-24 Thread Simon Arlott
I've modified the driver of an USB device (cxacru) to schedule the next poll for status every 1s using round_jiffies_relative instead of just waiting 1s since the last poll was completed. This process takes on average 11ms to complete and while it is waiting for a response it's considered