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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hd-idle-1.04/
H A Dhd-idle.c136 typedef struct DISKSTATS { struct
137 struct DISKSTATS *next;
146 } DISKSTATS; typedef in typeref:struct:DISKSTATS
150 static DISKSTATS *get_diskstats (const char *name);
152 static void log_spinup (DISKSTATS *ds);
159 DISKSTATS *ds_root;
250 DISKSTATS tmp;
264 DISKSTATS *ds;
380 /* get DISKSTATS entry by name of disk */
381 static DISKSTATS *get_diskstat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dcommon.h52 #define DISKSTATS "/proc/diskstats" macro
H A Drd_stats.c477 if ((fp = fopen(DISKSTATS, "r")) == NULL)
527 if ((fp = fopen(DISKSTATS, "r")) == NULL)
2005 if ((fp = fopen(DISKSTATS, "r")) == NULL)

Completed in 30 milliseconds