Home | History | Annotate | Download | only in test

Lines Matching refs:w1

461 	struct both r1, r2, w1, w2;
466 memset(&w1, 0, sizeof(w1));
469 w1.nread = 4096;
473 event_set(&w1.ev, pair[0], EV_WRITE, combined_write_cb, &w1);
478 if (event_add(&w1.ev, NULL))