Home | History | Annotate | Download | only in test

Lines Matching defs:r2

461 	struct both r1, r2, w1, w2;
465 memset(&r2, 0, sizeof(r2));
474 event_set(&r2.ev, pair[1], EV_READ, combined_read_cb, &r2);
480 if (event_add(&r2.ev, NULL))
487 if (r1.nread == 8192 && r2.nread == 4096)