Lines Matching refs:num_fds
40 unsigned int num_fds;
91 for (j = 0; j < ctx->num_fds; j++) {
193 unsigned int num_fds,
199 + num_fds * sizeof(int));
204 for (i = 0; i < num_fds; i++) {
215 ctx->num_packets = num_fds * nr_loops;
229 for (i = 0; i < num_fds; i++) {
232 snd_ctx->num_fds = num_fds;
234 pth[num_fds+i] = create_worker(snd_ctx, (void *)sender);
239 for (i = 0; i < num_fds; i++)
243 return num_fds * 2;
265 unsigned int num_fds = 20;
273 pth_tab = malloc(num_fds * 2 * num_groups * sizeof(pthread_t));
282 total_children += group(pth_tab+total_children, num_fds,
307 num_fds, thread_mode ? "threads" : "processes");
309 num_groups, num_groups * 2 * num_fds,