Lines Matching refs:sdebug_statistics
666 static bool sdebug_statistics = DEF_STATISTICS; variable
3724 if (sdebug_statistics) { in sdebug_q_cmd_complete()
4369 if (sdebug_statistics) in schedule_resp()
4381 if (sdebug_statistics) in schedule_resp()
4457 module_param_named(statistics, sdebug_statistics, bool, S_IRUGO | S_IWUSR);
4545 "statistics", (int)sdebug_statistics); in scsi_debug_info()
4596 sdebug_statistics); in scsi_debug_show_info()
4851 if (nth && !sdebug_statistics) { in every_nth_store()
4853 sdebug_statistics = true; in every_nth_store()
5031 return scnprintf(buf, PAGE_SIZE, "%d\n", (int)sdebug_statistics); in statistics_show()
5040 sdebug_statistics = true; in statistics_store()
5043 sdebug_statistics = false; in statistics_store()
5603 if (sdebug_statistics) in scsi_debug_queuecommand()
5857 sdebug_statistics = true; in sdebug_driver_probe()