Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/s390/block/
Ddasd_proc.c203 spin_lock_bh(&dasd_global_profile.lock); in dasd_stats_proc_show()
204 prof = dasd_global_profile.data; in dasd_stats_proc_show()
206 spin_unlock_bh(&dasd_global_profile.lock); in dasd_stats_proc_show()
247 spin_unlock_bh(&dasd_global_profile.lock); in dasd_stats_proc_show()
284 rc = dasd_profile_on(&dasd_global_profile); in dasd_stats_proc_write()
289 dasd_profile_reset(&dasd_global_profile); in dasd_stats_proc_write()
296 dasd_profile_off(&dasd_global_profile); in dasd_stats_proc_write()
304 dasd_profile_reset(&dasd_global_profile); in dasd_stats_proc_write()
Ddasd.c632 struct dasd_profile dasd_global_profile = { variable
633 .lock = __SPIN_LOCK_UNLOCKED(dasd_global_profile.lock),
655 spin_lock(&dasd_global_profile.lock); in dasd_profile_start()
656 if (dasd_global_profile.data) { in dasd_profile_start()
657 dasd_global_profile.data->dasd_io_nr_req[counter]++; in dasd_profile_start()
659 dasd_global_profile.data->dasd_read_nr_req[counter]++; in dasd_profile_start()
661 spin_unlock(&dasd_global_profile.lock); in dasd_profile_start()
789 spin_lock(&dasd_global_profile.lock); in dasd_profile_end()
790 if (dasd_global_profile.data) { in dasd_profile_end()
791 data = dasd_global_profile.data; in dasd_profile_end()
[all …]
Ddasd_int.h855 extern struct dasd_profile dasd_global_profile;