| 85 | } |
| 86 | |
| 87 | static void close_streams(struct test_ctx *ctx) |
| 88 | { |
| 89 | int i; |
| 90 | |
| 91 | for (i = 0; i < NR_STREAMS; i++) { |
| 92 | close(ctx->streams[i].recv_fd); |
| 93 | close(ctx->streams[i].send_fd); |
| 94 | } |
| 95 | } |
| 96 | |
| 97 | static int setup_buf_ring(struct test_ctx *ctx, int nr_bufs) |
| 98 | { |