Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c793 static bool sdebug_statistics = DEF_STATISTICS; variable
4906 if (sdebug_statistics) { in sdebug_q_cmd_complete()
5640 if (sdebug_statistics) in schedule_resp()
5671 if (sdebug_statistics) in schedule_resp()
5754 module_param_named(statistics, sdebug_statistics, bool, S_IRUGO | S_IWUSR);
5862 "statistics", (int)sdebug_statistics); in scsi_debug_info()
5939 sdebug_statistics); in scsi_debug_show_info()
6284 if (nth && !sdebug_statistics) { in every_nth_store()
6286 sdebug_statistics = true; in every_nth_store()
6539 return scnprintf(buf, PAGE_SIZE, "%d\n", (int)sdebug_statistics); in statistics_show()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c784 static bool sdebug_statistics = DEF_STATISTICS; variable
4776 if (sdebug_statistics) { in sdebug_q_cmd_complete()
5559 if (sdebug_statistics) in schedule_resp()
5572 if (sdebug_statistics) in schedule_resp()
5654 module_param_named(statistics, sdebug_statistics, bool, S_IRUGO | S_IWUSR);
5757 "statistics", (int)sdebug_statistics); in scsi_debug_info()
5809 sdebug_statistics); in scsi_debug_show_info()
6144 if (nth && !sdebug_statistics) { in every_nth_store()
6146 sdebug_statistics = true; in every_nth_store()
6391 return scnprintf(buf, PAGE_SIZE, "%d\n", (int)sdebug_statistics); in statistics_show()
[all...]

Completed in 20 milliseconds