Searched refs:dasd_global_profile (Results 1 – 3 of 3) sorted by relevance
198 spin_lock_bh(&dasd_global_profile.lock); in dasd_stats_proc_show()199 prof = dasd_global_profile.data; in dasd_stats_proc_show()201 spin_unlock_bh(&dasd_global_profile.lock); in dasd_stats_proc_show()242 spin_unlock_bh(&dasd_global_profile.lock); in dasd_stats_proc_show()279 rc = dasd_profile_on(&dasd_global_profile); in dasd_stats_proc_write()284 dasd_profile_reset(&dasd_global_profile); in dasd_stats_proc_write()291 dasd_profile_off(&dasd_global_profile); in dasd_stats_proc_write()299 dasd_profile_reset(&dasd_global_profile); in dasd_stats_proc_write()
647 struct dasd_profile dasd_global_profile = { variable670 spin_lock(&dasd_global_profile.lock); in dasd_profile_start()671 if (dasd_global_profile.data) { in dasd_profile_start()676 spin_unlock(&dasd_global_profile.lock); in dasd_profile_start()804 spin_lock(&dasd_global_profile.lock); in dasd_profile_end()805 if (dasd_global_profile.data) { in dasd_profile_end()806 data = dasd_global_profile.data; in dasd_profile_end()820 spin_unlock(&dasd_global_profile.lock); in dasd_profile_end()944 if (prof == &dasd_global_profile) { in dasd_stats_write()949 if (prof == &dasd_global_profile) in dasd_stats_write()[all …]
824 extern struct dasd_profile dasd_global_profile;