Lines Matching defs:perpage
188 typedef struct perpage {
360 perpage_t perpage; /* metrics */
378 perpage_t perpage; /* per page metrics */
1811 HRSTART(ds->perpage, write);
1813 HRSTOP(ds->perpage, write);
1877 HRSTART(hp->perpage, inwait);
1904 HRSTOP(hp->perpage, inwait);
1925 HRSTART(hp->perpage, copy);
1928 HRSTOP(hp->perpage, copy);
1980 HRSTART(hp->perpage, outwait);
1982 HRSTOP(hp->perpage, outwait);
1988 HRSTART(hp->perpage, compress);
1990 HRSTOP(hp->perpage, compress);
2121 HRSTART(hp->perpage, outwait);
2123 HRSTOP(hp->perpage, outwait);
2169 HRSTART(hp->perpage, compress);
2171 HRSTOP(hp->perpage, compress);
2285 HRSTART(hp->perpage, copy);
2288 HRSTOP(hp->perpage, copy);
2290 HRSTART(hp->perpage, compress);
2292 HRSTOP(hp->perpage, compress);
2294 HRSTART(hp->perpage, write);
2297 HRSTOP(hp->perpage, write);
2386 HRSTART(ds->perpage, write);
2388 HRSTOP(ds->perpage, write);
2430 HRSTART(ds->perpage, bitmap);
2434 HRSTOP(ds->perpage, bitmap);
2483 HRSTART(ds->perpage, map);
2486 HRSTOP(ds->perpage, map);
2514 HRSTART(ds->perpage, unmap);
2516 HRSTOP(ds->perpage, unmap);
2635 #define PERPAGE(x) ds->perpage.x += hp->perpage.x;
2640 P("%s nsec/page,%d\n", #x, (int)(ds->perpage.x / ds->npages));
2893 bzero(&hp->perpage, sizeof (hp->perpage));