Searched refs:printstat (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
H A 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( in statistics_show() [all...] |
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/ |
H A 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( in statistics_show() [all...] |
Completed in 1 milliseconds