Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Dscsi_debug.c787 static bool sdebug_statistics = DEF_STATISTICS; variable
4757 if (sdebug_statistics) { in sdebug_q_cmd_complete()
5559 if (sdebug_statistics) in schedule_resp()
5587 if (sdebug_statistics) in schedule_resp()
5665 module_param_named(statistics, sdebug_statistics, bool, S_IRUGO | S_IWUSR);
5770 "statistics", (int)sdebug_statistics); in scsi_debug_info()
5822 sdebug_statistics); in scsi_debug_show_info()
6158 if (nth && !sdebug_statistics) { in every_nth_store()
6160 sdebug_statistics = true; in every_nth_store()
6405 return scnprintf(buf, PAGE_SIZE, "%d\n", (int)sdebug_statistics); in statistics_show()
[all …]