Searched refs:printstat (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
D | gruprocfs.c | 20 #define printstat(s, f) printstat_val(s, &gru_stats.f, #f) macro 31 printstat(s, vdata_alloc); in statistics_show() 32 printstat(s, vdata_free); in statistics_show() 33 printstat(s, gts_alloc); in statistics_show() 34 printstat(s, gts_free); in statistics_show() 35 printstat(s, gms_alloc); in statistics_show() 36 printstat(s, gms_free); in statistics_show() 37 printstat(s, gts_double_allocate); in statistics_show() 38 printstat(s, assign_context); in statistics_show() 39 printstat(s, assign_context_failed); in statistics_show() [all …]
|