Lines Matching defs:bcount
187 int bcount;
195 for (start = jiffies, end = start + secs * HZ, bcount = 0;
196 time_before(jiffies, end); bcount++) {
203 bcount * num_mb, secs, (u64)bcount * blen * num_mb);
458 int bcount;
461 for (start = jiffies, end = start + secs * HZ, bcount = 0;
462 time_before(jiffies, end); bcount++) {
473 bcount, secs, (u64)bcount * blen);
748 int bcount;
756 for (start = jiffies, end = start + secs * HZ, bcount = 0;
757 time_before(jiffies, end); bcount++) {
764 bcount * num_mb, secs, (u64)bcount * blen * num_mb);
912 int bcount;
915 for (start = jiffies, end = start + secs * HZ, bcount = 0;
916 time_before(jiffies, end); bcount++) {
923 bcount / secs, ((long)bcount * blen) / secs);
932 int bcount, pcount;
938 for (start = jiffies, end = start + secs * HZ, bcount = 0;
939 time_before(jiffies, end); bcount++) {
955 bcount / secs, ((long)bcount * blen) / secs);
1185 int bcount;
1193 for (start = jiffies, end = start + secs * HZ, bcount = 0;
1194 time_before(jiffies, end); bcount++) {
1201 bcount * num_mb, secs, (u64)bcount * blen * num_mb);
1413 int bcount;
1416 for (start = jiffies, end = start + secs * HZ, bcount = 0;
1417 time_before(jiffies, end); bcount++) {
1430 bcount, secs, (u64)bcount * blen);