Home
last modified time | relevance | path

Searched hist:"6 a328475" (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
H A Dxor.c6a328475 Tue May 22 03:54:03 GMT 2012 Jim Kukunas <james.t.kukunas@linux.intel.com> crypto: wait for a full jiffy in do_xor_speed

In the existing do_xor_speed(), there is no guarantee that we actually
run do_2() for a full jiffy. We get the current jiffy, then run do_2()
until the next jiffy.

Instead, let's get the current jiffy, then wait until the next jiffy
to start our test.

Signed-off-by: Jim Kukunas <james.t.kukunas@linux.intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>