Lines Matching refs:sdebug_statistics
675 static bool sdebug_statistics = DEF_STATISTICS; variable
3811 if (sdebug_statistics) { in sdebug_q_cmd_complete()
4458 if (sdebug_statistics) in schedule_resp()
4470 if (sdebug_statistics) in schedule_resp()
4546 module_param_named(statistics, sdebug_statistics, bool, S_IRUGO | S_IWUSR);
4632 "statistics", (int)sdebug_statistics); in scsi_debug_info()
4683 sdebug_statistics); in scsi_debug_show_info()
4938 if (nth && !sdebug_statistics) { in every_nth_store()
4940 sdebug_statistics = true; in every_nth_store()
5118 return scnprintf(buf, PAGE_SIZE, "%d\n", (int)sdebug_statistics); in statistics_show()
5127 sdebug_statistics = true; in statistics_store()
5130 sdebug_statistics = false; in statistics_store()
5690 if (sdebug_statistics) in scsi_debug_queuecommand()
5944 sdebug_statistics = true; in sdebug_driver_probe()