Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dfstime.c48 #define COUNTSIZE 256 macro
49 #define HALFCOUNT (COUNTSIZE/2) /* Half of COUNTSIZE */
146 if (bufsize < COUNTSIZE || bufsize > MAX_BUFSIZE) {
148 COUNTSIZE, 1024*1024);
163 count_per_k = 1024 / COUNTSIZE;
164 count_per_buf = bufsize / COUNTSIZE;
288 counted += ((tmp+HALFCOUNT)/COUNTSIZE); in w_test()
344 counted += (tmp+HALFCOUNT)/COUNTSIZE; in r_test()
348 counted += (tmp+HALFCOUNT)/COUNTSIZE; in r_test()
413 + HALFCOUNT) / COUNTSIZE; in c_test()
[all …]