diff options
Diffstat (limited to 'drivers/s390/cio/qdio_perf.c')
-rw-r--r-- | drivers/s390/cio/qdio_perf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/s390/cio/qdio_perf.c b/drivers/s390/cio/qdio_perf.c index bec01100f8e8..136d0f0b1e93 100644 --- a/drivers/s390/cio/qdio_perf.c +++ b/drivers/s390/cio/qdio_perf.c | |||
@@ -74,6 +74,8 @@ static int qdio_perf_proc_show(struct seq_file *m, void *v) | |||
74 | seq_printf(m, "\n"); | 74 | seq_printf(m, "\n"); |
75 | seq_printf(m, "Number of fast requeues (outg. SBAL w/o SIGA)\t: %li\n", | 75 | seq_printf(m, "Number of fast requeues (outg. SBAL w/o SIGA)\t: %li\n", |
76 | (long)atomic_long_read(&perf_stats.fast_requeue)); | 76 | (long)atomic_long_read(&perf_stats.fast_requeue)); |
77 | seq_printf(m, "Number of outbound target full condition\t: %li\n", | ||
78 | (long)atomic_long_read(&perf_stats.outbound_target_full)); | ||
77 | seq_printf(m, "Number of outbound tasklet mod_timer calls\t: %li\n", | 79 | seq_printf(m, "Number of outbound tasklet mod_timer calls\t: %li\n", |
78 | (long)atomic_long_read(&perf_stats.debug_tl_out_timer)); | 80 | (long)atomic_long_read(&perf_stats.debug_tl_out_timer)); |
79 | seq_printf(m, "Number of stop polling calls\t\t\t: %li\n", | 81 | seq_printf(m, "Number of stop polling calls\t\t\t: %li\n", |