Searched refs:tottime (Results 1 – 1 of 1) sorted by relevance
223 double tottime = 0; in _torture_rw() local261 tottime = dtime.tv_sec + (dtime.tv_usec / 1e6); in _torture_rw()265 rwwriter1_iterations + rwwriter2_iterations, tottime); in _torture_rw()271 avr = tottime / (rwreader1_iterations + rwreader2_iterations); in _torture_rw()272 avw = (tottime / (rwwriter1_iterations + rwwriter2_iterations)); in _torture_rw()417 double tottime; in _torture_rcu() local456 tottime = dtime.tv_sec + (dtime.tv_usec / 1e6); in _torture_rcu()460 writer1_iterations + writer2_iterations, tottime); in _torture_rcu()466 avr = tottime / (reader1_iterations + reader2_iterations); in _torture_rcu()467 avw = tottime / (writer1_iterations + writer2_iterations); in _torture_rcu()
Completed in 7 milliseconds