Lines Matching refs:num_fds
44 unsigned int num_fds;
96 for (j = 0; j < ctx->num_fds; j++) {
199 unsigned int num_fds,
205 + num_fds * sizeof(int));
211 for (i = 0; i < num_fds; i++) {
223 ctx->num_packets = num_fds * nr_loops;
237 for (i = 0; i < num_fds; i++) {
240 snd_ctx->num_fds = num_fds;
242 pth[num_fds+i] = create_worker(snd_ctx, (void *)sender);
247 for (i = 0; i < num_fds; i++)
251 return num_fds * 2;
273 unsigned int num_fds = 20;
282 pth_tab = malloc(num_fds * 2 * num_groups * sizeof(pthread_t));
291 total_children += group(pth_tab+total_children, num_fds,
316 num_fds, thread_mode ? "threads" : "processes");
318 num_groups, num_groups * 2 * num_fds,