qsi               278 arch/s390/include/asm/cpu_mf.h static inline unsigned long freq_to_sample_rate(struct hws_qsi_info_block *qsi,
qsi               281 arch/s390/include/asm/cpu_mf.h 	return (USEC_PER_SEC / freq) * qsi->cpu_speed;
qsi               284 arch/s390/include/asm/cpu_mf.h static inline unsigned long sample_rate_to_freq(struct hws_qsi_info_block *qsi,
qsi               287 arch/s390/include/asm/cpu_mf.h 	return USEC_PER_SEC * qsi->cpu_speed / rate;
qsi               652 arch/s390/kernel/perf_cpum_cf_diag.c 		if (!qsi(&si)) {
qsi                89 arch/s390/kernel/perf_cpum_sf.c 	struct hws_qsi_info_block qsi;
qsi               325 arch/s390/kernel/perf_cpum_sf.c 	if (!qsi(&si))
qsi               401 arch/s390/kernel/perf_cpum_sf.c 	freq = sample_rate_to_freq(&cpuhw->qsi, SAMPL_RATE(hwc));
qsi               474 arch/s390/kernel/perf_cpum_sf.c 			     sample_rate_to_freq(&cpuhw->qsi, SAMPL_RATE(hwc)));
qsi               547 arch/s390/kernel/perf_cpum_sf.c 		err = qsi(&cpusf->qsi);
qsi               801 arch/s390/kernel/perf_cpum_sf.c 		qsi(&si);
qsi               807 arch/s390/kernel/perf_cpum_sf.c 		si = cpuhw->qsi;
qsi              1021 arch/s390/kernel/perf_cpum_sf.c 	if (!qsi(&si)) {
qsi              1807 arch/s390/kernel/perf_cpum_sf.c 		if (qsi(&si))
qsi              1815 arch/s390/kernel/perf_cpum_sf.c 		si = cpuhw->qsi;
qsi              2064 arch/s390/kernel/perf_cpum_sf.c 		qsi(&cpuhw->qsi);
qsi              2168 arch/s390/kernel/perf_cpum_sf.c 	if (qsi(&si)) {
qsi               140 arch/s390/kernel/perf_event.c 	if (qsi(&si))
qsi               187 arch/s390/kernel/perf_event.c 	if (qsi(&si))