Home | History | Annotate | Download | only in test

Lines Matching refs:num_pipes

63 static int num_pipes, num_active, num_writes;
74 if (widx >= num_pipes)
75 widx -= num_pipes;
89 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
98 space = num_pipes / num_active;
131 num_pipes = 100;
133 num_writes = num_pipes;
137 num_pipes = atoi(optarg);
152 rl.rlim_cur = rl.rlim_max = num_pipes * 2 + 50;
159 events = calloc(num_pipes, sizeof(struct event));
160 pipes = calloc(num_pipes * 2, sizeof(int));
168 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {