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

/external/netperf/src/
H A Dnetcpu_procstat.c70 static int proc_stat_fd = -1; variable
80 "cpu_util_init enter, proc_stat_fd %d proc_stat_buf %p\n",
81 proc_stat_fd,
85 if (proc_stat_fd < 0) {
86 proc_stat_fd = open (PROC_STAT_FILE_NAME, O_RDONLY, NULL);
87 if (proc_stat_fd < 0) {
116 close(proc_stat_fd);
117 proc_stat_fd = -1;
132 if (proc_stat_fd < 0) {
133 proc_stat_fd
[all...]
/external/toybox/toys/pending/
H A Dbootchartd.c161 int proc_stat_fd = xcreate("proc_stat.log", local
193 dump_data_in_file("/proc/stat", proc_stat_fd);
203 xclose(proc_stat_fd);

Completed in 126 milliseconds