Searched refs:DISKSTAT_WR (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_diskstat.c | 71 int mode; /* DISKSTAT_RD, DISKSTAT_WR */ 142 case DISKSTAT_WR: 159 case DISKSTAT_WR: 171 * \param mode query read or write (DISKSTAT_RD/DISKSTAT_WR) statistics. 196 else if (dsi->mode == DISKSTAT_WR) { 284 add_object(basename, dp->d_name, DISKSTAT_WR); 310 add_object_part(basename, dpart->d_name, DISKSTAT_WR); 320 dsi->mode == DISKSTAT_WR ? "wr" : "undefined", dsi->name);
|
| H A D | hud_private.h | 194 #define DISKSTAT_WR 2 macro
|
| H A D | hud_context.c | 1292 hud_diskstat_graph_install(pane, arg_name, DISKSTAT_WR);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_diskstat.c | 72 int mode; /* DISKSTAT_RD, DISKSTAT_WR */ 143 case DISKSTAT_WR: 160 case DISKSTAT_WR: 172 * \param mode query read or write (DISKSTAT_RD/DISKSTAT_WR) statistics. 197 else if (dsi->mode == DISKSTAT_WR) { 285 add_object(basename, dp->d_name, DISKSTAT_WR); 311 add_object_part(basename, dpart->d_name, DISKSTAT_WR); 321 dsi->mode == DISKSTAT_WR ? "wr" : "undefined", dsi->name);
|
| H A D | hud_private.h | 196 #define DISKSTAT_WR 2 macro
|
| H A D | hud_context.c | 1291 hud_diskstat_graph_install(pane, arg_name, DISKSTAT_WR);
|
Completed in 10 milliseconds