Searched refs:proc_stat_buf (Results 1 - 1 of 1) sorted by relevance

/external/netperf/src/
H A Dnetcpu_procstat.c71 static char *proc_stat_buf = NULL; variable
80 "cpu_util_init enter, proc_stat_fd %d proc_stat_buf %p\n",
82 proc_stat_buf);
93 if (!proc_stat_buf) {
104 proc_stat_buf = (char *)malloc (proc_stat_buflen);
105 if (!proc_stat_buf) {
118 free(proc_stat_buf);
119 proc_stat_buf = NULL;
140 if (!proc_stat_buf) {
151 proc_stat_buf
[all...]

Completed in 57 milliseconds