Home
last modified time | relevance | path

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

/external/blktrace/
Dblktrace.c326 static int *cl_fds; variable
1034 cl_fds = calloc(ncpus, sizeof(*cl_fds)); in open_client_connections()
1038 cl_fds[cpu] = net_setup_client(); in open_client_connections()
1039 if (cl_fds[cpu] < 0) in open_client_connections()
1046 close(cl_fds[cpu--]); in open_client_connections()
1047 free(cl_fds); in open_client_connections()
1053 if (cl_fds) { in close_client_connections()
1057 for (cpu = 0, fdp = cl_fds; cpu < max_cpus; cpu++, fdp++) { in close_client_connections()
1065 free(cl_fds); in close_client_connections()
1301 int fd = cl_fds[tbp->cpu]; in flush_subbuf_net()
[all …]