Lines Matching defs:xfers
143 unsigned long xfers = 0, notifies = 0, receives = 0;
195 while (xfers < NUM_XFERS) {
271 xfers++;
329 while (xfers < NUM_XFERS) {
333 bool output = !(xfers % 2);
345 dbuf = data + (xfers % (RINGSIZE + 1));
348 *dbuf = xfers;
352 switch ((xfers / sizeof(*dbuf)) % 4) {
380 __kmalloc_fake = indirects + (xfers % RINGSIZE) * 4;
403 xfers++;
408 while (finished != xfers) {