Home
last modified time | relevance | path

Searched refs:sdebug_statistics (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/
H A Dscsi_debug.c963 static bool sdebug_statistics = DEF_STATISTICS; variable
6393 if (sdebug_statistics) { in sdebug_q_cmd_complete()
7279 if (sdebug_statistics) in schedule_resp()
7308 if (sdebug_statistics) in schedule_resp()
7390 module_param_named(statistics, sdebug_statistics, bool, S_IRUGO | S_IWUSR);
7511 "statistics", (int)sdebug_statistics); in scsi_debug_info()
7588 sdebug_statistics); in scsi_debug_show_info()
7933 if (nth && !sdebug_statistics) { in every_nth_store()
7935 sdebug_statistics = true; in every_nth_store()
8188 return scnprintf(buf, PAGE_SIZE, "%d\n", (int)sdebug_statistics); in statistics_show()
[all …]