Home
last modified time | relevance | path

Searched refs:cl_fds (Results 1 – 1 of 1) sorted by relevance

/external/blktrace/
Dblktrace.c324 static int *cl_fds; variable
1009 cl_fds = calloc(ncpus, sizeof(*cl_fds)); in open_client_connections()
1011 cl_fds[cpu] = net_setup_client(); in open_client_connections()
1012 if (cl_fds[cpu] < 0) in open_client_connections()
1019 close(cl_fds[cpu--]); in open_client_connections()
1020 free(cl_fds); in open_client_connections()
1026 if (cl_fds) { in close_client_connections()
1029 for (cpu = 0, fdp = cl_fds; cpu < ncpus; cpu++, fdp++) { in close_client_connections()
1035 free(cl_fds); in close_client_connections()
1256 int fd = cl_fds[tbp->cpu]; in flush_subbuf_net()
[all …]