Lines Matching refs:seq_printf
51 seq_printf(m, "%s", dev_name(&device->cdev->dev)); in dasd_devices_show()
54 seq_printf(m, "(%s)", device->discipline->name); in dasd_devices_show()
56 seq_printf(m, "(none)"); in dasd_devices_show()
59 seq_printf(m, " at (%3d:%6d)", in dasd_devices_show()
63 seq_printf(m, " at (???:??????)"); in dasd_devices_show()
66 seq_printf(m, " is %-8s", block->gdp->disk_name); in dasd_devices_show()
68 seq_printf(m, " is ????????"); in dasd_devices_show()
71 seq_printf(m, "%4s: ", substr); in dasd_devices_show()
75 seq_printf(m, "new"); in dasd_devices_show()
78 seq_printf(m, "detected"); in dasd_devices_show()
81 seq_printf(m, "basic"); in dasd_devices_show()
84 seq_printf(m, "unformatted"); in dasd_devices_show()
88 seq_printf(m, "active "); in dasd_devices_show()
90 seq_printf(m, "n/f "); in dasd_devices_show()
92 seq_printf(m, in dasd_devices_show()
99 seq_printf(m, "no stat"); in dasd_devices_show()
104 seq_printf(m, "(probeonly)"); in dasd_devices_show()
105 seq_printf(m, "\n"); in dasd_devices_show()
201 seq_printf(m, "%7d ", array[i] / factor); in dasd_statistics_array()
219 seq_printf(m, "Statistics are off - they might be " in dasd_stats_proc_show()
229 seq_printf(m, "%d dasd I/O requests\n", prof->dasd_io_reqs); in dasd_stats_proc_show()
230 seq_printf(m, "with %u sectors(512B each)\n", in dasd_stats_proc_show()
232 seq_printf(m, "Scale Factor is %d\n", factor); in dasd_stats_proc_show()
233 seq_printf(m, in dasd_stats_proc_show()
237 seq_printf(m, in dasd_stats_proc_show()
242 seq_printf(m, "Histogram of sizes (512B secs)\n"); in dasd_stats_proc_show()
244 seq_printf(m, "Histogram of I/O times (microseconds)\n"); in dasd_stats_proc_show()
246 seq_printf(m, "Histogram of I/O times per sector\n"); in dasd_stats_proc_show()
248 seq_printf(m, "Histogram of I/O time till ssch\n"); in dasd_stats_proc_show()
250 seq_printf(m, "Histogram of I/O time between ssch and irq\n"); in dasd_stats_proc_show()
252 seq_printf(m, "Histogram of I/O time between ssch " in dasd_stats_proc_show()
255 seq_printf(m, "Histogram of I/O time between irq and end\n"); in dasd_stats_proc_show()
257 seq_printf(m, "# of req in chanq at enqueuing (1..32) \n"); in dasd_stats_proc_show()
261 seq_printf(m, "Statistics are not activated in this kernel\n"); in dasd_stats_proc_show()