Home
last modified time | relevance | path

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

/busybox-1.35.0/init/
Dbootchartd.c222 FILE *proc_diskstats = xfopen_for_write("proc_diskstats.log"); in do_logging() local
250 dump_file(proc_diskstats, "/proc/diskstats"); in do_logging()
/busybox-1.35.0/procps/
Dnmeter.c98 proc_file proc_diskstats; member
110 #define proc_diskstats (G.proc_diskstats ) macro
501 i = rdval_diskstats(get_file(&proc_diskstats), data); in S_STAT_END()