Searched refs:total_MB (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dhdparm.c248 unsigned int iterations, total_MB; local
279 total_MB = iterations * TIMING_BUF_MB;
296 if (total_MB >= elapsed) /* more than 1MB/s */
298 total_MB, elapsed,
299 total_MB / elapsed);
302 total_MB, elapsed,
303 total_MB / elapsed * 1024);
318 unsigned int max_iterations = 1024, total_MB, iterations; local
366 total_MB = iterations * TIMING_BUF_MB;
367 if ((total_MB / elapse
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dhdparm.c1312 unsigned max_iterations, total_MB, iterations; local
1356 total_MB = iterations * TIMING_BUF_MB;
1368 total_MB *= BUFCACHE_FACTOR;
1371 print_timing(total_MB, elapsed / 1000000.0);

Completed in 105 milliseconds