OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cl_fds
(Results
1 - 1
of
1
) sorted by null
/external/blktrace/
blktrace.c
324
static int *
cl_fds
;
variable
1009
cl_fds
= calloc(ncpus, sizeof(*
cl_fds
));
1011
cl_fds
[cpu] = net_setup_client();
1012
if (
cl_fds
[cpu] < 0)
1019
close(
cl_fds
[cpu--]);
1020
free(
cl_fds
);
1026
if (
cl_fds
) {
1029
for (cpu = 0, fdp =
cl_fds
; cpu < ncpus; cpu++, fdp++) {
1035
free(
cl_fds
);
[
all
...]
Completed in 355 milliseconds