Home
last modified time | relevance | path

Searched refs:count_per_k (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dfstime.c76 int count_per_k; variable
163 count_per_k = 1024 / COUNTSIZE;
297 write_score = (long) ((double) counted / ((end - start) * count_per_k)); in w_test()
361 read_score = (long) ((double) counted / ((end - start) * count_per_k)); in r_test()
443 copy_score = (long) ((double) counted / ((end - start) * count_per_k)); in c_test()