Searched refs:heading (Results 1 – 1 of 1) sorted by relevance
/tools/vm/ |
D | slabinfo.c | 1350 static void _xtotals(char *heading, char *underline, in _xtotals() argument 1353 printf("%s%s", heading, underline); in _xtotals() 1364 char *heading, *underline; in xtotals() local 1371 heading = "\nSlabs sorted by size\n"; in xtotals() 1373 _xtotals(heading, underline, 0, 1, 0); in xtotals() 1375 heading = "\nSlabs sorted by loss\n"; in xtotals() 1377 _xtotals(heading, underline, 1, 0, 0); in xtotals() 1379 heading = "\nSlabs sorted by number of partial slabs\n"; in xtotals() 1381 _xtotals(heading, underline, 0, 0, 1); in xtotals()
|