Searched refs:printstat (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/misc/sgi-gru/ |
D | gruprocfs.c | 33 #define printstat(s, f) printstat_val(s, &gru_stats.f, #f) macro 44 printstat(s, vdata_alloc); in statistics_show() 45 printstat(s, vdata_free); in statistics_show() 46 printstat(s, gts_alloc); in statistics_show() 47 printstat(s, gts_free); in statistics_show() 48 printstat(s, gms_alloc); in statistics_show() 49 printstat(s, gms_free); in statistics_show() 50 printstat(s, gts_double_allocate); in statistics_show() 51 printstat(s, assign_context); in statistics_show() 52 printstat(s, assign_context_failed); in statistics_show() [all …]
|